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

# Overview

> One API to chat with AI, browse, and search the live web.

export const companyName = 'Massive';

The **{companyName}** Web Render API turns hard-to-reach web content into clean, structured
data. Every service shares one RESTful interface: authenticate with your API token, send a
`GET` request, and get back JSON, rendered HTML, or raw HTML.

## Endpoints

<CardGroup cols={3}>
  <Card title="AI chat" icon="message" href="/web-render/ai">
    Generate popular LLM completions.
  </Card>

  <Card title="Browsing" icon="browser" href="/web-render/browser">
    Unblock difficult-to-crawl websites.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/web-render/search">
    Extract top real-time search results.
  </Card>
</CardGroup>

## Configuration

Options that apply across every endpoint.

<CardGroup cols={2}>
  <Card title="Geotargeting" icon="earth-americas" href="/web-render/geotargeting">
    Make requests from anywhere.
  </Card>

  <Card title="Scheduling" icon="clock" href="/web-render/scheduling">
    Defer responses for later retrieval.
  </Card>
</CardGroup>

## Managing your account

<CardGroup cols={2}>
  <Card title="Pricing" icon="credit-card" href="/web-render/pricing">
    Understand API credits and billing.
  </Card>

  <Card title="Reporting" icon="chart-line" href="/web-render/usage">
    Track API usage and performance.
  </Card>
</CardGroup>

## API reference

Prefer to jump straight to the spec? The [API reference](/web-render/reference/ai) documents
every parameter, response field, and status code for each endpoint.
