Messages
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
assistantIdentifierstring · uuidRequired
projectIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
searchTextstringOptional
sortingstring · enumOptionalPossible values:
descbooleanOptionalDefault:
trueResponses
200
OK
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
messageResponseTypeIdinteger · int32 · nullableOptional
isAssistantbooleanRequired
resourceOwnerIdstring · nullableOptional
isStreamingbooleanOptional
webSearchEnabledboolean · nullableOptional
401
Unauthorized
403
Forbidden
get/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages
GET /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"messageResponseTypeId": 1,
"assistant": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"dateAdded": "2026-01-01T00:00:00.000Z",
"documentMetadata": [
{
"paragraphs": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"content": "text",
"boundingRegions": [
{
"points": [
1
],
"page": 1
}
],
"role": "title"
}
],
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentType": "standard",
"comparedDocumentObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
],
"estimatedTokenCount": 1,
"lastContextTokens": 1,
"lastContextModelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"compactionEnabled": true,
"assistantMessageCount": 1,
"userMessageCount": 1,
"totalCount": 1,
"credits": 1,
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
}
},
"isAssistant": true,
"messageCitations": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"quote": "text",
"messageObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"flowObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"promptAnswerObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"cellObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphPageNumber": 1,
"paragraphBoundingRegions": [
1
],
"sheetIndex": 1,
"cellRowIndex": 1,
"cellColumnIndex": 1,
"type": "cell",
"endIndex": 1,
"startIndex": 1,
"title": "text",
"url": "text",
"prompt": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"groupObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
}
],
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"resourceOwnerId": "text",
"isStreaming": true,
"contentBlocks": [
{
"id": "text",
"origin": "openAI"
}
],
"sessionFiles": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"toolCallId": "text"
}
],
"webSearchEnabled": true
}
]Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
assistantIdentifierstring · uuidRequired
projectIdentifierstringRequired
Body
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
Responses
200
OK
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
messageResponseTypeIdinteger · int32 · nullableOptional
isAssistantbooleanRequired
resourceOwnerIdstring · nullableOptional
isStreamingbooleanOptional
webSearchEnabledboolean · nullableOptional
400
Bad Request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages
POST /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 359
{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true
}{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"messageResponseTypeId": 1,
"assistant": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"dateAdded": "2026-01-01T00:00:00.000Z",
"documentMetadata": [
{
"paragraphs": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"content": "text",
"boundingRegions": [
{
"points": [
1
],
"page": 1
}
],
"role": "title"
}
],
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentType": "standard",
"comparedDocumentObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
],
"estimatedTokenCount": 1,
"lastContextTokens": 1,
"lastContextModelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"compactionEnabled": true,
"assistantMessageCount": 1,
"userMessageCount": 1,
"totalCount": 1,
"credits": 1,
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
}
},
"isAssistant": true,
"messageCitations": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"quote": "text",
"messageObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"flowObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"promptAnswerObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"cellObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphPageNumber": 1,
"paragraphBoundingRegions": [
1
],
"sheetIndex": 1,
"cellRowIndex": 1,
"cellColumnIndex": 1,
"type": "cell",
"endIndex": 1,
"startIndex": 1,
"title": "text",
"url": "text",
"prompt": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"groupObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
}
],
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"resourceOwnerId": "text",
"isStreaming": true,
"contentBlocks": [
{
"id": "text",
"origin": "openAI"
}
],
"sessionFiles": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"toolCallId": "text"
}
],
"webSearchEnabled": true
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
assistantIdentifierstring · uuidRequired
projectIdentifierstringRequired
Body
modelIdentifierstring · uuidOptional
Responses
200
OK
newChatObjectIdentifierstring · uuidOptional
summarystring · nullableOptional
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
500
Internal Server Error
post/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/handoff
POST /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/handoff HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}{
"newChatObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"summary": "text"
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
assistantIdentifierstringRequired
Responses
200
OK
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
messageResponseTypeIdinteger · int32 · nullableOptional
isAssistantbooleanRequired
resourceOwnerIdstring · nullableOptional
isStreamingbooleanOptional
webSearchEnabledboolean · nullableOptional
401
Unauthorized
403
Forbidden
404
Not Found
get/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier}
GET /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"messageResponseTypeId": 1,
"assistant": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"dateAdded": "2026-01-01T00:00:00.000Z",
"documentMetadata": [
{
"paragraphs": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"content": "text",
"boundingRegions": [
{
"points": [
1
],
"page": 1
}
],
"role": "title"
}
],
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentType": "standard",
"comparedDocumentObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
],
"estimatedTokenCount": 1,
"lastContextTokens": 1,
"lastContextModelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"compactionEnabled": true,
"assistantMessageCount": 1,
"userMessageCount": 1,
"totalCount": 1,
"credits": 1,
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
}
},
"isAssistant": true,
"messageCitations": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"quote": "text",
"messageObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"flowObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"promptAnswerObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"cellObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphPageNumber": 1,
"paragraphBoundingRegions": [
1
],
"sheetIndex": 1,
"cellRowIndex": 1,
"cellColumnIndex": 1,
"type": "cell",
"endIndex": 1,
"startIndex": 1,
"title": "text",
"url": "text",
"prompt": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"groupObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
}
],
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"resourceOwnerId": "text",
"isStreaming": true,
"contentBlocks": [
{
"id": "text",
"origin": "openAI"
}
],
"sessionFiles": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"toolCallId": "text"
}
],
"webSearchEnabled": true
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
assistantIdentifierstringRequired
Body
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
Responses
200
OK
textstring · nullableRequired
messageDocumentIdentifiersstring · uuid[] · nullableOptional
flowObjectIdentifiersstring · uuid[] · nullableOptional
modelIdentifierstring · uuidRequired
streamboolean · nullableOptional
messageTypestring · enumOptionalPossible values:
thinkingEffortstring · nullableOptional
compactionEnabledboolean · nullableOptional
compactionAcknowledgedboolean · nullableOptional
toolsstring[] · nullableOptional
agentModeboolean · nullableOptional
objectIdentifierstring · uuidOptional
dateAddedstring · date-timeOptional
messageResponseTypeIdinteger · int32 · nullableOptional
isAssistantbooleanRequired
resourceOwnerIdstring · nullableOptional
isStreamingbooleanOptional
webSearchEnabledboolean · nullableOptional
401
Unauthorized
403
Forbidden
404
Not Found
put/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier}
PUT /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 359
{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true
}{
"text": "text",
"messageDocumentIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"flowObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"modelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"stream": true,
"messageType": "standard",
"thinkingEffort": "text",
"compactionEnabled": true,
"compactionAcknowledged": true,
"tools": [
"text"
],
"agentMode": true,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"messageResponseTypeId": 1,
"assistant": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"dateAdded": "2026-01-01T00:00:00.000Z",
"documentMetadata": [
{
"paragraphs": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"content": "text",
"boundingRegions": [
{
"points": [
1
],
"page": 1
}
],
"role": "title"
}
],
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentType": "standard",
"comparedDocumentObjectIdentifiers": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
],
"estimatedTokenCount": 1,
"lastContextTokens": 1,
"lastContextModelIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"compactionEnabled": true,
"assistantMessageCount": 1,
"userMessageCount": 1,
"totalCount": 1,
"credits": 1,
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
}
},
"isAssistant": true,
"messageCitations": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"quote": "text",
"messageObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"flowObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"promptAnswerObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"cellObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"paragraphPageNumber": 1,
"paragraphBoundingRegions": [
1
],
"sheetIndex": 1,
"cellRowIndex": 1,
"cellColumnIndex": 1,
"type": "cell",
"endIndex": 1,
"startIndex": 1,
"title": "text",
"url": "text",
"prompt": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"groupObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
}
],
"documents": [
{
"name": "text",
"parentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"isDirectory": true,
"documentUploadObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"contentType": "text",
"size": 1,
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"dateAdded": "2026-01-01T00:00:00.000Z",
"uploadSuccessful": true,
"tokenCount": 1,
"metadataTokenCount": 1,
"indexingNotPossible": true,
"unsupportedFileType": true,
"unPackingComplete": true,
"unPackingFailed": true,
"uploadInProgress": true,
"url": "text",
"hasChildren": true,
"isSystemFolder": true,
"extension": "text",
"convertedToPdf": true,
"fileType": "unknown",
"uploadFailedReason": "outOfMemory",
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"progress": 1,
"path": "text",
"parent": {
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDirectory": true
},
"ocrStrategy": "never",
"ocrEngine": "azureDocumentIntelligence",
"coordinateExtractionStrategy": "never",
"documentUploadSource": "local",
"pageCount": 1,
"ocrCreditsCost": 1,
"layoutCreditsCost": 1,
"metadata": [
{
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000",
"key": "text",
"value": "text"
}
]
}
],
"resourceOwner": {
"email": "text",
"name": "text",
"id": "text"
},
"resourceOwnerId": "text",
"isStreaming": true,
"contentBlocks": [
{
"id": "text",
"origin": "openAI"
}
],
"sessionFiles": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"toolCallId": "text"
}
],
"webSearchEnabled": true
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
assistantIdentifierstringRequired
Responses
204
No Content
No content
401
Unauthorized
403
Forbidden
404
Not Found
delete/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier}
DELETE /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
assistantIdentifierstring · uuidRequired
messageObjectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Query parameters
formatstringOptionalDefault:
pdfResponses
200
OK
string · binaryOptional
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
post/projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{messageObjectIdentifier}/export
POST /projects/{projectIdentifier}/assistants/{assistantIdentifier}/messages/{messageObjectIdentifier}/export HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryLast updated
