95005: Invalid media url
CONVERSATIONAL INTELLIGENCE
ERROR
Twilio couldn't create a new Transcript because the Channel object's media_properties.media_url value isn't a valid URI. Use media_url when you transcribe an external recording. If you're transcribing a Twilio Recording stored in Twilio, use source_sid instead.
- The
media_urlvalue inChannel.media_propertiesis malformed or isn't a valid URI for an external recording. - You included both
media_urlandsource_sidin the same Transcript creation request. When both values are present, Twilio usesmedia_url.
- Provide a valid URL in
Channel.media_properties.media_urlwhen you create a Transcript for an external recording. - If the recording is a Twilio Recording stored in Twilio, remove
media_urland providesource_sidinChannel.media_propertiesinstead. - If the recording is stored externally, make the file publicly accessible during transcription. Use a presigned URL or SAS URL if the file is access-controlled. Don't use basic authentication on
media_url.