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

# API Reference

> Interactive reference for the public Prontiq Address API.

Use the API reference to inspect schemas and test public Address endpoints
against production.

<Warning>
  Playground requests use your own API key and count against your account's rate limit and credit
  allocation.
</Warning>

<Info>
  Requests are sent directly from your browser to `https://api.prontiq.dev` with the API key you
  enter. Docs do not provide demo credentials or prefilled keys. Create or revoke keys [in the
  console](https://console.prontiq.dev/keys).
</Info>

## Address endpoints

<CardGroup cols={2}>
  <Card title="Autocomplete" icon="magnifying-glass" href="/api-reference/autocomplete">
    Real-time address typeahead.
  </Card>

  <Card title="Validate" icon="check" href="/api-reference/validate">
    Verify a submitted free-text address.
  </Card>

  <Card title="Enrich" icon="sparkles" href="/api-reference/enrich">
    Fetch the richest address document by ID, including structured components, geocodes, boundaries, aliases, and secondary records.
  </Card>

  <Card title="Reverse geocode" icon="location-dot" href="/api-reference/reverse">
    Find nearby addresses from latitude and longitude.
  </Card>

  <Card title="Postcode lookup" icon="hashtag" href="/api-reference/postcode-lookup">
    Find localities inside a postcode.
  </Card>

  <Card title="Suburb lookup" icon="map" href="/api-reference/suburb-lookup">
    Find postcodes and bounds for a suburb.
  </Card>
</CardGroup>
