简体中文
批量提交任务接口(同步接口)
curl --request POST \ --url http://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
用于接口任务提交的信息
The body is of type object.
object