Create an upload (single-PUT). Then request a presigned URL via /uploads/{id}/upload-url.
Create an upload (single-PUT). Then request a presigned URL via /uploads/{id}/upload-url.
POST
Create an upload (single-PUT). Then request a presigned URL via /uploads/{id}/upload-url.
Authorizations
OAuth 2.1 authorization-code flow with PKCE.
Headers
Optional client-generated key. A repeated request with the same key replays the original response (within 24h) instead of re-executing — safe retries.
Body
application/json
CreateS3ObjectInput is used for create S3Object object. Input was generated by ent.
Available options:
audio, video, image List the caller's uploads.
Previous
Start an async import from an external link. Returns 202; poll GET /uploads/{id} and watch externalSource.state until status=completed.
Next