Skip to main content
POST
/
api
/
jobs
/
upload
Upload documents for processing
curl --request POST \
  --url https://api.example.com/api/jobs/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form 'files=<string>' \
  --form files.items='@example-file'
{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

Query Parameters

model
enum<string>
required

Document type to process

Available options:
BANK_STATEMENT,
INVOICE,
RECEIPT,
CREDIT_CARD,
ID_DOCUMENT,
PAY_STUB,
CONTRACT,
BANK_CHECK,
MARRIAGE_CERTIFICATE,
HEALTH_INSURANCE,
W2,
W4

Body

multipart/form-data
files
file[]

Documents to process (max 10 files, 10MB each)

Maximum array length: 10

Response

Documents uploaded successfully

jobId
string<uuid>

ID of the created processing job