Comment on page
Natural Language Processing
API that defines how to turn recorded speech into text
This API is in proposal status and is not yet available for general use. If you have questions or suggestions to improve this API please reach out to the Dynepic team.
The Natural Language Processing API allows MOTAR applications to submit recorded speech in an audio file formatted as MP3, MP4, FLAC, or WAV. MOTAR will convert the speech to text. To use this API, start a job by obtaining a speech to text job id and upload URL. After uploading the audio file, pass the job ID into the get text endpoint to obtain the transcription.
get
https://api.motar.io
/nlp/v1/start-speech-to-text
Obtain an Upload URL for an audio file that will be converted to text
Once the client receives the pre-signed URL, perform a multipart/form-data POST of the audio file to the URL. Then call the get-transcription endpoint to obtain the status and results of the transcription.
get
https://api.motar.io
/nlp/v1/get-text
Retrieves information about a transcription job.
Last modified 11mo ago