WhatsApp Cloud API - Media Download API | Developer Documentation
WhatsApp Cloud API - Media Download API
Copy for LLM
Version
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
Endpoints
GET /{Version}/{Media-URL}
Request Syntax
curl--requestGET\--url'https://graph.facebook.com/{Version}/{Media-URL}'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
{"Download Media": {"value":""}}
curl--requestGET\--url'https://graph.facebook.com/{Version}/{Media-URL}'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
{"Download Media": {"value":""}}
Authentication
Scheme
Type
Location
bearerAuth
HTTP Bearer
Header:
AuthorizationUsage Examples
bearerAuth:
Include
Authorization: Bearer your-token-here in request headersGlobal Authentication Requirements
All endpoints require:
bearerAuth