Create Thread From File
Create thread from file (for MCP integration).
curl -X POST "http://127.0.0.1:14242/threads/from-file" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"thread_id": "string",
"thread_uuid": "string",
"message_count": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}