v1
latestOpenAPI 3.0.02026-07-174565114.3 KBthreads
DEPRECATED - Create and advance a thread (non-streaming)
This endpoint has been deprecated. Use POST /advancestream instead.
post/threads/advance
Response
Example response
{
"responseMessageDto": {
"content": [
{
"resource": {
"uri": "file:///path/to/document.pdf",
"name": "project-documentation.pdf",
"description": "Project documentation for Q4 2024",
"mimeType": "application/pdf",
"text": "The contents of the document...",
"blob": "SGVsbG8gV29ybGQh"
}
}
]
},
"statusMessage": "Streaming response...",
"mcpAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}