Using SDK
Transcribe V1 has been deprecated!
The Transcribe V1 endpoint has been deprecated and will be removed in a future release. This documentation has been updated to reference the newer v2alpha API, which includes improvements and ongoing support. If you're still using V1, we recommend migrating to v2alpha as soon as possible to ensure continued functionality. API Reference
Transcribe an audio file by specifying the file path, with an optional webhook URL for asynchronous result delivery. The maximum audio length supported is 30 minutes.
This method simplifies the process by combining both the upload and transcription steps into a single, easy-to-use SDK method.
Code
Code
Get Transcribed Text
This method allows one to ping the server to get the transcribed text. This is helpful for those who do not want to use a webhook.
Code
Code