Samva
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

Api referenceVoice

Get Call Transcript

GET
/voice/calls/{id}/transcript

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://samva.app/api/v1/voice/calls/497f6eca-6276-4993-bfeb-53cbbbba6f08/transcript"
{
  "callId": "4722cd84-0ec7-4ef5-8c34-1b0150f45f53",
  "transcriptUrl": "string",
  "hasTranscript": true
}