POST /jobs · GET /jobs/{id}
Async Jobs. Submit large workloads and poll for the result instead of holding a connection open.
Runs any operation asynchronously. POST /jobs accepts the same body as the synchronous operation plus an operation field and returns 202 with a job id; GET /jobs/{id} reports queued, running, succeeded or failed and, on success, the result URL valid for 24 hours. One credit is taken when the job is accepted and refunded if it fails.
Authentication, rate limits, versioning and the error format are shared by every operation — see the API reference index and the error codes. One credit per successful request on the hosted API.
Documentation in progress. The full parameter reference for this operation is published with the service launch. The operation exists in the current API contract and in the client libraries; write to support@rendarium.com if you need the details earlier.