provider Agents Workspace Analytics POST /v1/convai/conversations/{conversation_id}/analysis/run
@utdk/elevenlabs /v1/convai/conversations/{conversation_id}/analysis/run
Run Conversation Analysis
Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.
conversation_id path required
ID of the conversation
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
runConversationAnalysis
POST/v1/convai/conversations/{conversation_id}/analysis/run
Run the analysis for a conversation using the agent's current evaluation criteria and data collection settings.

Parameters

required

ID of the conversation

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.runConversationAnalysis()