Media assets are the images and videos you reference from media_urls when
creating a post. Upload or import them once into Dravo storage to get a stable
public_url. For the why, limits and publishing flow, see
media handling.
Each endpoint lives on its own page:
- Upload or import:
POST /v1/media - Verify a URL:
POST /v1/media/verify - List media:
GET /v1/media - Get media:
GET /v1/media/{media_id} - Delete media:
DELETE /v1/media/{media_id}