# CALL_ID=your_call_id # API_KEY=your_api_key curl -H "X-API-Key:vaani_3916d7d1d8736c2883582d8ab005be31" https://api.vaaniresearch.com/api/call_details/{call_id}
{ "call_id": "call_123", "transcript": "Full conversation transcript...", "entities": { "customer_name": "John Doe", "phone_number": "+919876543210", "email": "[email protected]" }, "evaluation": { "score": 85, "sentiment": "positive", "key_points": [ "Customer inquiry about product", "Price discussion", "Follow-up scheduled" ] }, "timestamp": "2024-01-15T10:30:00Z", "duration": 300, "status": "completed" }
Get detailed call information including transcript, entities, and evaluation
Show Entities Properties
Show Evaluation Properties
CallDetailsResponse
{ "detail": [ { "loc": ["body"], "msg": "field required", "type": "value_error.missing" }, { "loc": ["path", "call_id"], "msg": "field required", "type": "value_error.missing" } ] }
Show Validation Error Properties