About this endpoint
What it does
Transcribes a WAV audio file from a URL and returns the transcription as text. The request body must include the audio file URL and the language code to use for transcription.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | URL of the WAV file to transcribe. Must be a URI. |
| language | String | Yes | Language code for transcription, such as en-US. |
Response
Returns a JSON object with a data string field containing the transcription text.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | The transcription text returned by the service. |