GetVoiceWidgetConversationAPI mirrors erdo_voice_widget_conversation_get,
API Reference
GetVoiceWidgetConversationAPI mirrors erdo_voice_widget_conversation_get,
returning the transcript plus the structured per-turn LLM metrics (`turns`).
POST
GetVoiceWidgetConversationAPI mirrors erdo_voice_widget_conversation_get,
Authorizations
An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).
Response
Success response
Required range:
-2147483648 <= x <= 2147483647transcript_json
TranscriptJSON is the raw stored transcript (ElevenLabs post-call array or our
· object
own turns array), passed through verbatim. Null when no transcript was captured.
from an ElevenLabs transcript (empty for our simpler text/video turn shapes, which carry no LLM metrics). See extractWidgetConversationTurns.

