WebExtrator Tasks API
POSThttps://api.acedata.cloud/webextrator/tasks

Request Headers

acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token

Request Body

actionstring
Operation type: `retrieve` (query a single task) or `retrieve_batch` (batch query tasks).
Please select
idstring
Task UUID, for use in the `retrieve` operation.
trace_idstring
Track UUID for use as a backup query condition in the `retrieve` operation.
idsarray
Task UUID list for use in the `retrieve_batch` operation.
trace_idsarray
Track the UUID list for use in the `retrieve_batch` operation.
offsetnumber
The pagination offset of the `retrieve_batch` operation.
limitnumber
The upper limit of the number of pages for the `retrieve_batch` operation.

Response

WebExtrator Web Render & Extract
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.