POST
/
ai-agent
/
{projectId}
/
chat
/
stream
curl --request POST \
  --url https://partner.eu.peaka.studio/api/v1/ai-agent/{projectId}/chat/stream \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "threadId": "<string>",
  "noExecute": true,
  "streamModes": [
    "<string>"
  ]
}'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Body

application/json

Response

200 - text/event-stream

OK

The response is of type object[].