/v1/parse and friends, but they consume a playground
quota, not your production key budget.
Do not build production integrations on these routes. Use the published
/v1 operations and the Python or TypeScript
SDK.
See API conventions.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Quota-limited parse, extract, ground, and split from the console
/v1/parse and friends, but they consume a playground
quota, not your production key budget.
| Route | Purpose |
|---|---|
POST /v1/playground/parse | Parse a playground upload |
POST /v1/playground/extract | Extract against a schema |
POST /v1/playground/ground | Ground quoted text |
POST /v1/playground/split | Split a packet |
GET /v1/playground/quota | Remaining quota |
GET /v1/playground/jobs/{job_id} | Read a playground job |
/v1 operations and the Python or TypeScript
SDK.
See API conventions.