Documentation

OpenAPI demo spec

Download the rudimentary OpenAPI 3.1 contract used by these example docs.

Edit on GitHub

The demo OpenAPI contract lives in this docs tree at openapi.yaml. It covers the sandbox create-job, job-status, receipt-download, and shared error envelope paths described in the API pages.

Mintlify also reads the same file to generate the API Reference โ†’ Playground pages. Those pages use example-domain servers (api.sandbox.example.com and api.example.com) so the interactive request builder is safe for demos.

Covered endpoints

  • POST /v1/jobs/seal
  • GET /v1/jobs/{job_id}
  • GET /v1/jobs/{job_id}/receipt.json

Try it locally

curl https://api.sandbox.seal.club/v1/jobs/job_014b7c 
  -H "Authorization: Bearer $SEAL_TOKEN"

Use the spec with your preferred OpenAPI viewer or SDK generator while remembering that the examples are mocked for demo workflows.