Upload a file from a URL
File Uploads
Upload a file from a URL
Uploads a file by downloading it from the provided URL. The file will be processed asynchronously. Poll the GET endpoint to check when it’s ready, then use the returned assetId in post creation.
Supported file types:
- Images: JPEG, PNG, GIF, WebP
- Videos: MP4, QuickTime (MOV)
File size limits:
- Images: 10 MB max
- GIFs: 15 MB max
- Videos: 350 MB max
Additional constraints:
- Images cannot exceed 36 megapixels
- URL must be publicly accessible
POST
Upload a file from a URL
Documentation Index
Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Generate an API key from your workspace settings.
Body
application/json
URL of the file to upload. Must be publicly accessible.