A successful transcription response will look like this:
Copy
{ "success": true, "data": { "id": "trans_1234567890", "text": "Hello, this is a sample transcription of your audio file.", "confidence": 0.95, "language": "en", "duration": 12.5, "created_at": "2024-01-15T10:30:00Z", "sentences": [ { "text": "Hello, this is a sample transcription of your audio file.", "start": 0.0, "end": 12.5, "confidence": 0.95 } ] }}