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 GET \ --url 'https://api.example.com/api/threads/{id}' \ --header 'x-widget-token: YOUR_API_KEY'
{ "thread": {}, "messages": [ { "id": "string", "sender": "string", "text": "string", "timestamp": "2026-07-24T12:00:00Z" } ] }
Return . Exclude this route from rate limiting — the widget polls it to refresh.
{ thread, messages }
ThreadWithMessages
Show Message
200
400
401