Start a Batch Job
Queue a batch of URLs for asynchronous extraction
Authorization
APIKeyHeader In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/batch" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "string" ] }'{
"job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
"status": "queued",
"status_url": "string",
"accepted_urls": 0,
"invalid_urls": [
"string"
]
}