Per-media-type size, count, and extension limits for social post attachments.
| Type | Max size | Max count | Extensions |
|---|---|---|---|
| Image | 8 MB | 20 per post | .jpg, .jpeg, .png, .gif |
| Video | 200 MB | 1 per post | .mp4, .mov, .avi |
| Document | 100 MB | 1 per post | .pdf, .ppt, .pptx, .doc, .docx |
POST /api/calendar/media — upload a file (uploadSocialMedia)DELETE /api/calendar/media — no-op convenience endpoint (deleteSocialMedia)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Media upload limits.
Per-media-type size and count limits. Agents should check these client-side before attempting uploadSocialMedia to avoid wasted bandwidth.