POST
/
v1
/
batches

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
items
object[]
required

Array of items to be processed in the batch.

country
string

Country for the batch execution. Provide in ISO 3166-1 alpha-2 codes like US(USA), IN(India), etc

parser
string

Parser to be used for the batch.

Response

200 - application/json
completed_urls
number

Count of completed URLs

country
string
created
number

Created epoch

id
string

Batch ID

object
string

The kind of object. "batch" for this endpoint.

parser
string
status
string

in_progress or completed

total_urls
number

Count of URLs in the batch