POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
regenerate
/

Authorizations

Authorization
string
headerrequired

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

Path Parameters

conversation_id
string
required

Body

application/json
node_ids
object[] | null

Response

200 - application/json
id
string
required
conversation_id
string
required
content
string
required
type
enum<string>
required
Available options:
AI_GENERATED,
HUMAN,
SYSTEM_GENERATED
created_at
string
required
status
enum<string>
required
Available options:
ACTIVE,
ARCHIVED,
DELETED
sender_id
string | null
reason
string | null
citations
string[] | null