curl --request POST \
--url http://localhost:3000/api/conversations/{id}/messages/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello, how can I get a refund?"
}
'curl --request POST \
--url http://localhost:3000/api/conversations/{id}/messages/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello, how can I get a refund?"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.gomobile.ma/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Conversation ID
Message content
1 - 10000"Hello, how can I get a refund?"
Server-sent events stream