cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/agent/call-history/{summary_id}/transcript \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Retrieve a URL to download a transcript for a given call.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response