# CALL_ID=your_call_id # API_KEY=your_api_key curl -H "X-API-Key:vaani_3916d7d1d8736c2883582d8ab005be31" https://api.vaaniresearch.com/api/transcript/{call_id}
{ "call_id": "call_123", "transcript": "Hello, this is John. How can I help you today?", "timestamp": "2024-01-15T10:30:00Z", }
Retrieve the transcript for a call
TranscriptResponse
{ "detail": [ { "loc": ["path", "call_id"], "msg": "field required", "type": "value_error.missing" } ] }
Show Validation Error Properties