Parse Thread Content
Parse thread content from various formats.
Request Body
application/json
file_content*string
Content of the conversation file
file_name*string
Name of the file being parsed
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/threads/parse" \ -H "Content-Type: application/json" \ -d '{ "file_content": "string", "file_name": "string" }'{
"success": true,
"parsed_thread": {},
"format_detected": "string",
"error": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}