cURL
curl --request POST \ --url https://api.kira.art/agent/streaming \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "messages": [ {} ], "threadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
"<string>"
发起 AI 对话,返回 SSE 流式响应
Supabase JWT Token
对话消息列表 (AI SDK v5 格式)
对话线程 ID
SSE 流式响应
The response is of type string.
string