Postman is a user-friendly tool for testing API endpoints. The AssemblyAI API Postman collection contains all the HTTP requests you can make to the AssemblyAI API, so you don’t need to write them yourself.
apiKey
variable with your AssemblyAI API key. You can find your AssemblyAI API key in the AssemblyAI dashboard.upload_url
value.audio_url
property and update it to the upload_url
value from the previous request.id
value.status
property to check if a transcript is ready. The status
goes from queued
to processing
to completed
. The status
can also become error
at any point. If an error occurs, you can find the error message under the error
property.transcript_id
under Path variables and update the value with the id
value from the previous request.status
is completed
or error
. If not, resend the request until it is completed
or error
.transcript_ids
property and replace the sample ID with your transcript IDfinal_model
property to "anthropic/claude-3-5-sonnet"
prompt
property to "Summarize the transcript"