Skip to main content
POST
/
v3
/
bundles
/
{bundle_id}
/
follow-up-chats
/
generate
Generate bundle follow-up chats
curl --request POST \
  --url https://api.myscalev.com/v3/bundles/{bundle_id}/follow-up-chats/generate \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

bundle_id
string
required

Response

Success with no response body