Skip to main content
POST https://api.acedata.cloud/webextrator/render

Authentication

Add Authorization: Bearer <your API Key> in the request header.

Request Parameters

Synchronous Response (without callback_url)

Asynchronous Mode (with callback_url)

Initial response:
The response header will include x-usage-exempt: true, indicating this synchronous handshake is free of charge. Once the task is completed, the platform will send a POST request to the callback_url. The request body contains the data field from the synchronous response plus the same task_id / trace_id / started_at / finished_at / elapsed fields.

Error Response

Error codes: bad_request / forbidden / too_many_requests / not_found / api_error / timeout / unknown / busy.

Example