Batch content
Queue multiple web requests for later retrieval.
post/browser/batches
Request body
Example request
{
"urls": [
"https://guitars.com/",
"https://cartervintage.com/",
"https://musiccityvintageguitars.com/",
"[Additional URLs here]"
],
"difficulty": "low",
"speed": "light",
"captcha": "rejected",
"readiness": "load",
"format": "markdown",
"callback": "https://webhook.site/02e249f8-1faf-4fab-bcf5-78ce683e85a8"
}Response
A job identifier and confirmation count.
Example response
{
"id": "a0482596-c2ad-445a-a435-727002156a20",
"count": 37
}