English
Batch Submit Task API (Synchronous)
curl --request POST \ --url https://scrapeapi.pangolinfo.com/api/v1/scrape/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "urls": [ "<any>" ], "formats": [ "rawHtml" ], "timeout": 30000 }'
Bearer token authentication
Information for API task submission
The body is of type object.
object