> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ndi.nace.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Playground

> Quota-limited parse, extract, ground, and split from the console

Playground routes are for the NDI console's try-it surface. They share the
same job model as `/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     |

Do not build production integrations on these routes. Use the published
`/v1` operations and the [Python](/sdks/python) or [TypeScript](/sdks/typescript)
SDK.

See [API conventions](/api-reference/overview).
