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

# Welcome to cloro

> Extract structured data from ChatGPT, Perplexity, Microsoft Copilot, Google AI Mode, Google Search with AI Overview and other AI models

cloro is an API platform for monitoring AI responses and search results across multiple providers. Get structured data from Google Search, ChatGPT, Perplexity, Copilot, and more through a unified API.

## Quick start

```bash theme={null}
curl -X POST "https://api.cloro.dev/v1/monitor/chatgpt" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "What do you know about Acme Corp?",
    "country": "US"
  }'
```

## Get started

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/guides/authentication">
    Manage your API key
  </Card>

  {" "}

  {" "}

  <Card title="Request & Response" icon="lightbulb" href="/guides/making-requests">
    Understand API structure
  </Card>

  {" "}

  {" "}

  <Card title="Handling Concurrency" icon="zap" href="/guides/concurrency">
    Scale efficiently
  </Card>

  {" "}

  {" "}

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore endpoint documentation
  </Card>

  {" "}

  {" "}

  <Card title="Credits & Limits" icon="gauge" href="/guides/credits-and-limits">
    Monitor usage
  </Card>

  {" "}

  <Card title="Providers" icon="network-wired" href="/guides/providers">
    View providers and costs
  </Card>
</CardGroup>

## Why cloro?

* **Structured data extraction**: Extract AI responses in parsed markdown format with complete sources & citations included
* **Multiple AI providers**: ChatGPT, Perplexity, Microsoft Copilot, Google AI Mode, Google Search with AI Overview support
* **Global coverage**: Extract data from multiple countries and regions to understand local AI behavior
* **REST API**: Returns structured JSON responses

## Available endpoints

| Endpoint                                                         | Best For                        |
| ---------------------------------------------------------------- | ------------------------------- |
| [ChatGPT](/api-reference/endpoint/monitor-chatgpt)               | E-commerce, shopping data       |
| [Copilot](/api-reference/endpoint/monitor-copilot)               | Microsoft ecosystem             |
| [Perplexity](/api-reference/endpoint/monitor-perplexity)         | Real-time research              |
| [Grok](/api-reference/endpoint/monitor-grok)                     | Current events, news tracking   |
| [Google Search](/api-reference/endpoint/monitor-google)          | SEO monitoring, market research |
| [Google News](/api-reference/endpoint/monitor-google-news)       | News monitoring, media tracking |
| [Google Gemini](/api-reference/endpoint/monitor-gemini)          | General purpose, reasoning      |
| [Google AI Mode](/api-reference/endpoint/monitor-aimode)         | General knowledge               |
| [Google AI Overview](/api-reference/endpoint/google/ai-overview) | Search analysis                 |

See [Providers](/guides/providers) for endpoint costs.

## Quick links

* **[Dashboard](https://dashboard.cloro.dev)** - Manage API keys and billing
* **[Status Page](https://status.cloro.dev)** - Check API status
* **[Support](mailto:support@cloro.dev)** - Get support
