Skip to main content
POST
/
v1
/
analyses
/
{id}
/
chat
Ask Scout a question about this analysis
curl --request POST \
  --url http://localhost:3000/v1/analyses/{id}/chat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
message
string
required
Required string length: 1 - 4000

Response

200

Default Response