cURL
curl --request POST \ --url https://igboapi.com/api/v2/speech-to-text \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "audioUrl": "<string>" } '
{ "transcription": "<string>" }
Transcribe Igbo audio to text. Returns a string of text representing the audio passed into the endpoint.
The audio URL to be transcribed is sent in the request body
The transcribed Igbo text of the given input