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

# RIAL developer docs

> Prove a photo is real.

<span className="rial-eyebrow">Start here</span>

You send a link. Someone takes a photo on their phone. You get back a verdict: real or not, where and when it claims.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Two API calls. Five minutes.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli">
    Same thing from your terminal.
  </Card>

  <Card title="Kotlin SDK" icon="android" href="/sdks/kotlin">
    Capture inside your Android app. By request.
  </Card>

  <Card title="Swift SDK" icon="apple" href="/sdks/swift">
    Capture inside your iOS app. By request.
  </Card>

  <Card title="React Native SDK" icon="react" href="/sdks/react-native">
    Capture inside your React Native app. By request.
  </Card>
</CardGroup>

<Card title="API reference" icon="book-open" href="/api-reference" horizontal>
  Every endpoint, generated from the API itself.
</Card>
