POST
/api/v1/jobsCreate extraction job
Creates a URL, bulk, or document extraction job. JSON requests support URL and bulk jobs. Multipart form-data supports document uploads.
POST
https://imageextract.com/api/v1/jobsAuth
Project API key or signed-in browser session
Credits
URL: 2 credits per job. Bulk: 2 credits per URL. Native document: 1 credit per document.
Rate limit
Per-user or per-key rate limiting applies by plan tier.
Idempotency
Supported with the `Idempotency-Key` header.
Headers
Idempotency-Key
string
Optional idempotency key for safe client retries.
Example:
6f4a2c0a-72b1-48cb-bf66-4c3f0d46b9e5Request body
application/json{
"type": "url",
"input": "https://www.python.org/"
}