GET
/
v1
/
convai
/
conversation
/
get_signed_url
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.conversational_ai.get_signed_url(
    agent_id="21m00Tcm4TlvDq8ikWAM",
)
{
  "signed_url": "<string>"
}

Headers

xi-api-key
string

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.

Query Parameters

agent_id
string
required

The id of the agent you're taking the action on.

Response

200
application/json

Successful Response

The response is of type object.