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
| Method | Route | Description |
|---|---|---|
| GET | /v1/{did}/media/{mediaId} | Download media |
| POST | /v1/{did}/uploads | Resumable upload |
Configurable limits
| Key | Default | Description |
|---|---|---|
media.upload.max_bytes | 100 MB | Upload size cap |
media.download.max_bytes | 100 MB | Download size cap |