API ReferenceConversations

Issue SSE stream ticket

POST
/api/v1/console/agents/{agentId}/conversations/{conversationId}/stream-ticket

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Team API key (prefix sk_). You may also send the key via X-Api-Key header.

In: header

Path Parameters

agentId*string
conversationId*string

Response Body

application/json

curl -X POST "https://example.com/api/v1/console/agents/string/conversations/string/stream-ticket"
{  "message": "Success",  "data": {    "ticket": "b6pLGUmOFBXhD5TkxxlXRxOyzbRO3I0FICszBwFmdrg",    "expires_in": 60  }}