Skip to main content
Client-side gating keeps customers honest, but you should verify the job server-side before fulfilling an order.

Fetch a job

Authenticate with your secret key:

Verify before fulfilling

  1. Confirm the job exists and belongs to the expected Workflow.
  2. Confirm it reached a terminal status where canProceed is true.
  3. Read files[n].outputRef to download the auto-fixed file.
Never call this endpoint from the browser. The secret key is server-side only. See Authentication.
Prefer not to poll? Configure webhooks to receive results as they complete.