Skip to main content
POST
/
v2
/
studio
/
responses
Create Response
curl --request POST \
  --url http://localhost:3000/api/v2/studio/responses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>",
  "messageId": "<string>",
  "modelId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Body

application/json
content
string
required
messageId
string
required
modelId
string
required

Response

Response created successfully

I