Docsinference platformFile Uploads

File Uploads

Upload images, audio, and other files for model inference.

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

  1. 1Request a presigned upload URL from the API
  2. 2Upload the file directly to the storage provider
  3. 3Confirm the upload is complete
  4. 4Use the returned file reference in your model input