Python
from elevenlabs import ConversationalConfig, ElevenLabs client = ElevenLabs( api_key="YOUR_API_KEY", ) client.conversational_ai.create_agent( conversation_config=ConversationalConfig(), )
{ "agent_id": "<string>" }
Create an agent from a config object
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Successful Response
The response is of type object.
object
Was this page helpful?