Skip to main content
POST
Upload a file from a URL

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Body

application/json
url
string<uri>
required

URL of the file to upload. Must be publicly accessible.

Response

Upload job created successfully

Response when an upload job is created

id
string<uuid>

Upload job ID. Use this to poll the GET /uploads/{id} endpoint.

status
enum<string>

Initial status of the upload

Available options:
pending
createdAt
string<date-time>