Guides
Media
Upload and manage media files for use in your posts.
Uploading Media
Upload a file using POST /media/upload with a multipart form data request. Maximum file size is 50MB.
Code
Upload from URL
You can also upload media from a URL using POST /media/upload-from-url:
Code
Supported Formats
- Images: JPEG, PNG, GIF, WebP
- Videos: MP4, MOV
Managing Media
GET /media- List all media in your libraryDELETE /media/:id- Delete a media file
Last modified on