POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
regenerate
{
  "id": "<string>",
  "conversation_id": "<string>",
  "content": "<string>",
  "sender_id": "<string>",
  "type": "AI_GENERATED",
  "reason": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "status": "ACTIVE",
  "citations": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required

Query Parameters

stream
boolean
default:true

Whether to stream the response

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.