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

# Authmatech Developer Docs: Silent Mobile Identity Verification

> Verify customers instantly with silent, no-OTP mobile identity. Integrate Authmatech Verify, Trust, Shield, Detect, and more through one REST API.

Welcome to the Authmatech developer documentation. Authmatech confirms your customer's mobile identity quietly in the background — no codes to wait for, no apps to switch to, no steps that lose customers. Replace the SMS OTP wherever it lives in your product and add real identity intelligence to every customer decision.

Everything runs through a single REST API at `https://service.authmatech.com`, authenticated with your `X-API-KEY` and `X-CLIENT-ID` headers.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/introduction">
    Understand what Authmatech does, the product suite, and where it fits in your stack.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first verification call in minutes with a ready-to-run example.
  </Card>

  <Card title="How silent verification works" icon="wave-pulse" href="/concepts/silent-verification">
    Learn how a number is confirmed over the mobile network — without an OTP.
  </Card>

  <Card title="API reference" icon="code" href="/api/overview">
    Browse every endpoint, parameter, and response with an interactive playground.
  </Card>
</CardGroup>

## Get up and running in three steps

<Steps>
  <Step title="Get your credentials">
    Sign in to the [Authmatech dashboard](https://dashboard.authmatech.com) and copy your **Client ID** and **API key**. The API key is shown once at generation — store it securely.
  </Step>

  <Step title="Confirm a mobile identity">
    Call `POST /v1/api/verify` from your backend with the `X-API-KEY` and `X-CLIENT-ID` headers. You get back a simple `validNumber` decision — no OTP sent, no code typed.
  </Step>

  <Step title="Add intelligence to the decision">
    Layer in [Trust](/guides/trust-shield-detect), [Shield](/guides/trust-shield-detect), and [Detect](/guides/trust-shield-detect) to score risk, approve trusted customers faster, and surface anomalies — all from the same session.
  </Step>
</Steps>

<Tip>
  Not ready to go live? Authmatech provides a sandbox so you can build and test your integration before sending production traffic. See [Testing & environments](/guides/testing).
</Tip>

## Explore the product suite

Nine products across three families — **Authentication**, **Customer Intelligence**, and **Customer Journey Recovery** — all built on the same verified mobile identity.

### Authentication

<CardGroup cols={3}>
  <Card title="Verify" icon="circle-check" href="/guides/verify">
    Confirm customer identity instantly to streamline onboarding and login.
  </Card>

  <Card title="Verify+" icon="circle-plus" href="/guides/verify#verify-for-mistyped-numbers">
    Recover customers from simple mistakes — and keep them moving forward.
  </Card>

  <Card title="Web" icon="qrcode" href="/guides/web-verification">
    Cross-device passwordless login — scan and you're in.
  </Card>
</CardGroup>

### Customer intelligence

<CardGroup cols={3}>
  <Card title="Trust" icon="gauge-high" href="/guides/trust-shield-detect">
    Understand risk and strengthen fraud prevention on every customer decision.
  </Card>

  <Card title="Shield" icon="shield" href="/guides/trust-shield-detect">
    Protect trusted customer journeys with real-time risk decisions.
  </Card>

  <Card title="Detect" icon="radar" href="/guides/trust-shield-detect">
    Behavior intelligence across your customer base.
  </Card>
</CardGroup>

### Customer journey recovery

<CardGroup cols={3}>
  <Card title="Stuck+" icon="life-ring" href="/guides/stuck-plus">
    Recover abandoned onboarding journeys before customers disappear.
  </Card>

  <Card title="Connect" icon="arrows-rotate" href="/guides/connect">
    Bring identity insights into your existing customer and business systems.
  </Card>

  <Card title="Target" icon="bullseye-arrow" href="/guides/target">
    Turn anonymous visitors into real opportunities.
  </Card>
</CardGroup>
