對話與訊息回覆(串流/同步)
對話與同步
curl -X POST \
'https://api.maiagent.ai/api/v1/chatbots/{chatbot_id}/completions/' \
-H 'Authorization: Api-Key YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"conversation": "string|null",
"message": {
"content": "string",
"attachments": []
},
"is_streaming": boolean
}'串接成果
Last updated
Was this helpful?
