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

# SightX API

> Programmatically build surveys, manage distribution, analyze responses, and integrate with the SightX consumer research platform.

SightX is an all-in-one consumer research platform for concept testing, brand tracking, pricing strategy, product development, and more. The SightX API extends that platform with programmatic access to survey building, distribution, response capture, and analysis — organized to mirror the sections you use in the SightX UI.

<Note>
  API access is a paid add-on. Contact [sales@sightx.io](mailto:sales@sightx.io) or your SightX account manager to enable access.
</Note>

<CardGroup cols={2}>
  <Card title="Platform Overview" icon="book-open" href="/sightx/overview/00-platform-overview">
    What SightX does, core platform concepts, and how the API maps to each module.
  </Card>

  <Card title="Getting Started" icon="rocket" href="/sightx/overview/01-getting-started">
    API capabilities, core objects, and the end-to-end integration lifecycle.
  </Card>

  <Card title="Environments & Status Codes" icon="server" href="/sightx/overview/02-environments-and-status-codes">
    Staging and production service URLs and standard HTTP error responses.
  </Card>

  <Card title="Authentication Flow" icon="lock" href="/sightx/guides/01-authentication-flow">
    JWT signing, access token exchange, and security best practices.
  </Card>

  <Card title="Generate Keys" icon="key" href="/sightx/guides/02-generate-keys">
    Create RSA public/private key pairs on Linux, Windows, or macOS.
  </Card>

  <Card title="API Reference" icon="code" href="/sightx/endpoints/post-v1-m2m-token">
    Full endpoint reference with request schemas and a live playground.
  </Card>

  <Card title="OpenAPI Specification" icon="file-code" href="/sightx/overview/03-openapi-spec">
    Download the OpenAPI spec or Postman collection for tooling and SDK generation.
  </Card>

  <Card title="SightX Knowledge Base" icon="circle-question" href="https://support.sightx.io/knowledge">
    Platform guides for building surveys, distributing campaigns, and analyzing data.
  </Card>
</CardGroup>
