This endpoint starts a real-time video conversation with your AI replica, powered by a persona that allows it to see, hear, and respond like a human.
Core Components:
Replica - Choice of audio/visual appearance
Persona - Define the replica’s behavior and capabilities
The response includes a conversation_url
that you can use to join the call or embed it on your website. Learn how to embed it here.
If you provide a callback_url
, you’ll receive webhooks with updates about the conversation status. Learn more about Callback here.
Required Parameters
Required parameters vary depending on the use case:
Full Pipeline Conversation:
persona_id
replica_id
Audio-Only Conversation:
persona_id
replica_id
audio_only
replica_id
is required if the persona does not have a default replica.replica_id
is optional if the persona does have a default replica.replica_id
are provided, the supplied replica_id
will override the default.The response is of type object
.