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

> ## Agent Instructions
> Reconify's API reference is read-only for customer data. Do not invent endpoints or authentication behavior beyond the OpenAPI contract.
> The public OpenAPI document contains only the external /v1 contract. Dashboard business routes are intentionally excluded.

# Reconify Public API

> Submit organization-scoped integrity events programmatically.

Use the Reconify Public API to submit integrity events from your systems. The
public data API is intentionally ingestion-only: it does not expose event,
issue, wallet, transaction, search, or reconciliation reads.

## Get started

<Columns cols={2}>
  <Card title="Get an API key" icon="key-round" href="/reference/api/get-api-key">
    Create an organization key in the dashboard.
  </Card>

  <Card title="Download OpenAPI spec" icon="download" href="/openapi/reconify.openapi.json">
    Public contract for Postman and code generation.
  </Card>
</Columns>

## Ingestion

<Columns cols={2}>
  <Card title="Send transaction events" href="/reference/api/operations/events">
    <Badge color="blue">POST</Badge> `/v1/events`
  </Card>
</Columns>
