File Uploads
Upload images, audio, and other files for model inference.
On this page
Overview
Image and video models accept file inputs. Use presigned URLs to upload files directly to storage, then reference them in your inference requests.
How it works
- 1Request a presigned upload URL from the API
- 2Upload the file directly to the storage provider
- 3Confirm the upload is complete
- 4Use the returned file reference in your model input