In this guide, we’ll show you how to use the API to transcribe your audio files.
upload_url
returned by the AssemblyAI API to create a JSON payload containing the audio_url
parameter.
We delete uploaded files from our servers either after the transcription has completed, or 24 hours after you uploaded the file. After the file has been deleted, the corresponding upload_url
is no longer valid.
POST
request to the AssemblyAI API endpoint with the payload and headers.
completed
, you can retrieve the transcript from the API response.
text
key. You’ll also find a timestamp and a confidence score for each word inside of the words
key, as well as other parameters assigned by the API such as language_code
and language_model
.