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.
Como consultar e gerenciar conversas do chat via API
conversations
curl "https://api.synax.app.br/functions/v1/api-proxy/conversations?limit=20&order=last_message_at.desc" \ -H "Authorization: Bearer sk_live_SuaChaveAqui"
status=open
open
pending
resolved
closed
curl "https://api.synax.app.br/functions/v1/api-proxy/conversations/{id}" \ -H "Authorization: Bearer sk_live_SuaChaveAqui"
curl -X PATCH "https://api.synax.app.br/functions/v1/api-proxy/conversations/{id}" \ -H "Authorization: Bearer sk_live_SuaChaveAqui" \ -H "Content-Type: application/json" \ -d '{ "status": "resolved" }'