Playground
The hosted playground is the fastest way to validate parsing, extraction, and review behavior before wiring the API into your own stack.
Recommended usage
- 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
- Validate output in the playground
- Export the schema contract you want to use
- Reproduce the same flow with
POST /api/v1/upload,POST /api/v1/parse,POST /v1/schema/auto, andPOST /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.