Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request PATCH \ --url 'https://api.example.com/api/threads/{id}' \ --header 'x-widget-token: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "status": "string" }'
{ "thread": {}, "messages": [ { "id": "string", "sender": "string", "text": "string", "timestamp": "2026-07-24T12:00:00Z" } ] }
Update a thread
ThreadPatch
closed
ThreadWithMessages
Show Message
200
400
401