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

# OpenAPI Specification

> Download the SightX OpenAPI spec and Postman collection.

The OpenAPI specification is the machine-readable description of the SightX API — endpoints, parameters, and schemas in a single file.

<CardGroup cols={2}>
  <Card title="Download OpenAPI Specification" icon="download" href="/public/sightx-openapi.json">
    Download `sightx-openapi.json` — OpenAPI 3.0.3
  </Card>

  <Card title="Download Postman Collection" icon="person-running" href="/public/SightX API Collection.postman_collection.json">
    Import the ready-made Postman collection for the SightX API.
  </Card>
</CardGroup>

## What you can do with it

<CardGroup cols={2}>
  <Card title="Import into Postman" icon="person-running">
    In Postman, choose **Import → File** and select the OpenAPI spec or collection.
  </Card>

  <Card title="Generate a client SDK" icon="code">
    Use [OpenAPI Generator](https://openapi-generator.tech/) or [Speakeasy](https://www.speakeasy.com/) to generate a typed API client.
  </Card>
</CardGroup>
