POST
/
api
/
v1
/
rag
/
agent-response-stream
Stream agent response
curl --request POST \
  --url https://rest-api.captide.co/api/v1/rag/agent-response-stream \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "query": "<string>"
}'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json

Request model for agent queries.

query
string
required

The natural language query

Minimum length: 1

Response

Stream started successfully

The response is of type any.