cURL
curl --request POST \ --url https://api.bibigpt.co/api/v1/audio/transcriptions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form 'language=<string>' \ --form 'timestamp_granularities=<string>' \ --form response_format=text
Transcribes an audio file into text. Compatible with OpenAI Whisper API format.
API Token for authentication. Use format 'Bearer YOUR_API_TOKEN'
The transcription result.
Was this page helpful?