WhatsApp Cloud API - Media Download API
Copy for LLM View as Markdown Version v23.0 Download media files using URLs obtained from media retrieval endpoints. Returns binary media content with appropriate MIME type headers. Media URLs expire after 5 minutes and must be re-retrieved if expired.Base URL
| https://graph.facebook.com |Endpoints
| GET | // |GET //
Download media files using URLs obtained from media retrieval endpoints. Requires User Access Token with whatsapp_business_messaging permission. Media URLs expire after 5 minutes and must be re-retrieved if expired. Returns binary content with appropriate MIME type headers.Request Syntax
GET// Try it Select language cURLJavaScriptPythonUser-Agentstring The user agent string identifying the client software making the request. Authorizationstring·required Bearer token for API authentication. This should be a valid access token obtained through the appropriate OAuth flow or system user token. Path Parameters
Versionstring·required Media-URLstring·required Responses
Download media files using URLs obtained from media retrieval endpoints. Requires User Access Token with whatsapp_business_messaging permission. Media URLs expire after 5 minutes and must be re-retrieved if expired. Returns binary content with appropriate MIME type headers. 200 Download Media Content Type: text/plain Select language cURLJavaScriptPython

