cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/condense \ --header 'X-Session-API-Key: <api-key>'
{ "success": true }
Force condensation of the conversation history.
Successful Response
Was this page helpful?