Skip to main content
POST
cURL
When you authenticate with an sk_test_ key, the order follows the test lifecycle described in Test API keys. Test uploads use the returned BIZ MORI upload URL, and no result file is created.

Download order results

Once your order reaches complete status, use the Get download URL endpoint to retrieve a presigned download URL:
Live order files are available for download for up to 7 days after order creation. An sk_test_ order does not create a result file; its download request returns 404 PROCESSED_FILE_NOT_FOUND.

Authorizations

Authorization
string
header
required

Bearer API key for external client access. Live keys use the sk_ prefix; test keys use the sk_test_ prefix and support order-lifecycle testing with mock responses without processing or credit usage.

Body

application/json
idempotencyKey
string
required

Idempotency key to prevent duplicate requests

files
object[]
required
Required array length: 1 - 100 elements
orderName
string

Order name (optional, auto-generated if not provided)

Maximum string length: 64
mode
object

Processing mode settings

outputTargets
object[]

Output upload targets for Zero Copy mode (required when mode.zeroCopy is true)

options
object

Response

Order created successfully

data
object