File Upload
File upload overview
Many models accept a reference image, audio clip, or video. Host the file once to get a stable URL on our domain, then pass that URL in the model's input (e.g. imageUrl). Uploading is free.
- Upload the file (multipart or base64).
- Use the returned fileUrl as a model input.
- Upstream providers fetch that URL when your task runs.
Allowed types: PNG, JPEG, WebP, GIF, MP4, WebM, MOV, MP3, WAV, M4A. Max 25 MB. (SVG is not allowed.)