Documentation /docs/playground

Playground

The hosted playground is the fastest way to validate parsing, extraction, and review behavior before wiring the API into your own stack.

  • Start in the playground when you are evaluating extraction quality.
  • Use the AP Invoice Ops preset for a guided invoice demo.
  • Move into the API once you know the document class, schema shape, and grounding mode you want to productionize.

Handoff path

  1. Validate output in the playground
  2. Export the schema contract you want to use
  3. Reproduce the same flow with POST /api/v1/upload, POST /api/v1/parse, POST /v1/schema/auto, and POST /v1/extract

The public docs at api.docspeed.ai/docs are the canonical reference surface for phase 1. The playground is the fastest evaluation surface.