Approval Queue
Resolve an approval request
Approve or deny a pending approval request. If approved, the gateway resumes the full task pipeline (stages 2–8: credit debit → compute → IPFS → fingerprint → receipt). If denied, the task is marked FAILED and no credits are consumed. Both JWT and API key authentication are supported — enabling programmatic resolution from SDKs and scripts without the dashboard.
patch/api/v1/approvals/{id}
Path parameters
idstring required
Approval request ID
Request body
Response
Approval resolved successfully
Example response
{
"success": true
}