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:
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
persona_id
replica_id
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
.