Conversational Video Interface
Get conversation
GET
Verbose Response Data
Verbose Response Data
You can append ?verbose=true
to the URL to receive additional event data in the response, including:
shutdown_reason
: The reason why the conversation ended (e.g., “participant_left_timeout”)transcript
: A complete transcript of the conversation with role-based messages (viaapplication.transcription_ready
)perception_analysis
: A detailed analysis of the user’s appearance, behavior, emotional states, and screen activitiessystem.replica_joined
: When the replica joined the conversationsystem.shutdown
: When and why the conversation endedapplication.perception_analysis
: The final visual analysis of the user
This is particularly useful as an alternative to using the callback_url
parameter on the create conversation endpoint for retrieving detailed conversation data.
Authorizations
Path Parameters
Response
200 - application/json
The response is of type object
.