Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"redirects": [
{
"source": "/unblocker",
"destination": "/web-render/ai"
"destination": "/web-render/overview"
},
{
"source": "/unblocker/ai",
Expand Down Expand Up @@ -184,6 +184,12 @@
{
"tab": "Web Render API",
"groups": [
{
"group": "Get started",
"pages": [
"web-render/overview"
]
},
{
"group": "Endpoints",
"pages": [
Expand Down
55 changes: 55 additions & 0 deletions web-render/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: Overview
icon: compass
iconType: light
description: One API to chat with AI, browse, and search the live web.
---

import { companyName } from '/snippets/whitelabel/config.mdx';

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.