POST https://api.acedata.cloud/webextrator/render
Authentication
AddAuthorization: Bearer <your API Key> in the request header.
Request Parameters
Synchronous Response (without callback_url)
Asynchronous Mode (with callback_url)
Initial response: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
bad_request / forbidden / too_many_requests / not_found / api_error / timeout / unknown / busy.

