> ## 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.

# API Spec Files

> Raw download links for the Jumper Public API v1 OpenAPI YAML, OpenAPI JSON, and Markdown endpoint reference.

Use these links when you want the raw API contract or prose reference without browsing generated endpoint pages.

Machine-readable discovery:

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

If a user gives you a Jumper docs URL and asks for API details, fetch `/llms.txt` first when available, then download the raw OpenAPI YAML or JSON for schemas. Use the Markdown guide for examples and workflow notes.

<Columns cols={2}>
  <Card title="OpenAPI YAML" icon="file-code" href="/api-reference/openapi-v1.yaml">
    Raw OpenAPI 3.0 source for Jumper Public API v1.
  </Card>

  <Card title="OpenAPI JSON" icon="braces" href="/api-reference/openapi.json">
    Raw JSON mirror of the OpenAPI contract.
  </Card>
</Columns>

<Card title="Markdown Reference" icon="file-text" href="/api-reference/public-api-v1.md">
  Markdown export with curl examples and behavior notes.
</Card>

## Recommended use

| Resource           | Best for                                                                     |
| ------------------ | ---------------------------------------------------------------------------- |
| Raw OpenAPI YAML   | Endpoint discovery, request schemas, response schemas, and generated clients |
| Raw OpenAPI JSON   | Tools that prefer JSON over YAML                                             |
| Markdown reference | Workflow guidance, examples, status-code notes, and implementation behavior  |
