Fetch media from URL
POST/media/fetch
Download a media file from a public URL and store it in Conversations platform media storage. Returns a media ID and URL that can be used in outbound messages. The file must not exceed 200 MB. Supported MIME types are the same as the upload endpoint.
Request
Responses
- 200
- 400
- 401
- 500
Media file successfully fetched from URL and stored
Bad request
Unauthorized access
Unexpected error occurred