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

# Public API

> Entry point for Jumper Public API resources. The current API reference and canonical spec files live under /api-reference.

The current Jumper Public API docs live in the API Reference section.

This page is a compatibility entry point. The canonical API docs and spec files are:

* API overview: `/api-reference/introduction`
* Raw OpenAPI YAML: `/api-reference/openapi-v1.yaml`
* Raw OpenAPI JSON: `/api-reference/openapi.json`
* Markdown reference: `/api-reference/public-api-v1.md`

Use the raw OpenAPI YAML or JSON as the schema source of truth.

<Columns cols={2}>
  <Card title="API overview" icon="braces" href="/api-reference/introduction">
    Start with authentication, workflow, examples, and endpoint groups.
  </Card>

  <Card title="Spec files" icon="file-code" href="/api-reference/spec-files">
    Download the raw OpenAPI YAML, JSON mirror, and full Markdown reference.
  </Card>
</Columns>
