Skip to main content
POST
Generate file upload URL

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

flow_id
string<uuid>
required

Query Parameters

content_type
string | null

MIME type of file to upload (e.g., 'application/pdf', 'image/png')

Response

Pre-signed upload URL successfully generated

The response is of type Response Generate Upload Url Api Flows Flow Id Upload Url Post · object.