Skip to content

Media

The media endpoints let you download WhatsApp media and upload files with resumable upload. All operations are did-scoped, JWT-authenticated, and respond in MetaError format.

Endpoints

MethodRouteDescription
GET/v1/{did}/media/{mediaId}Download media
POST/v1/{did}/uploadsResumable upload

Configurable limits

KeyDefaultDescription
media.upload.max_bytes100 MBUpload size cap
media.download.max_bytes100 MBDownload size cap