Warning
Application error
17500: Missing sourceId or mediaUrl
Twilio could not create a new transcription because the request omitted both the sourceId and mediaUrl parameters.
When you request a transcription, you must supply one of the following:
sourceId: A valid Recording SID (prefixRE).mediaUrl: A publicly accessible URL that points to the audio file.
The request body doesn't include sourceId or mediaUrl.
- Add a
sourceIdthat contains a valid Recording SID (prefixRE). - Add a
mediaUrlthat references the audio file you want to transcribe.