cURL
curl --request POST \ --url https://api.shuttleai.com/v1/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'model=<string>'
{ "text": "<string>" }
Returns an audio.transcription object with the generated transcription.
audio.transcription
Bearer token must be a valid Shuttle API key. All keys are prefixed with shuttle-. Example: Bearer shuttle-abc123def456ghi789jkl012mno345pq
shuttle-
Bearer shuttle-abc123def456ghi789jkl012mno345pq
Defaults to whisper-large. The id of the model to use for the transcription
whisper-large
Model response