Threads AI

Ui Ai Sdk Reconnect

GET
/v1/ui/ai-sdk/{agent}/{chat_id}/stream
AuthorizationBearer <token>

Checked by host({authenticate}), which maps the request to a Principal or rejects it.

In: header

Path Parameters

agent*string

A key of host({agents}).

Length1 <= length
chat_id*string

The chat key.

Match^[A-Za-z0-9_.-]{1,128}$

Response Body

text/event-stream

application/json

curl -X GET "https://example.com/v1/ui/ai-sdk/string/string/stream"
"string"
Edit on GitHub