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

# What is KonbiniAPI?

> KonbiniAPI gives you unified access to Instagram, TikTok, X, and Reddit data — via a REST API for developers, or MCP for AI agents and automation tools without any code.

KonbiniAPI is a unified data layer for Instagram, TikTok, X, and Reddit. There are two ways to use it:

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/getting-started/quickstart">
    Standard HTTP, Bearer token auth, consistent JSON. Works with any language
    or framework.
  </Card>

  <Card title="AI Agents via MCP" icon="plug" href="/reference/mcp/overview">
    Connect KonbiniAPI to ChatGPT, Claude, Zapier, n8n, Cursor, and others via
    MCP. No code needed — just ask.
  </Card>
</CardGroup>

## Using the REST API

KonbiniAPI normalizes all data into [ActivityStreams 2.0](https://www.w3.org/TR/activitystreams-core/) — an open W3C standard used by the Fediverse and ActivityPub. Every endpoint returns the same predictable structure regardless of platform.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Make your first request in under a minute.
  </Card>

  <Card title="Authentication" icon="key" href="/getting-started/authentication">
    Bearer token auth — one API key for all endpoints.
  </Card>

  <Card title="Response format" icon="brackets-curly" href="/getting-started/response-format">
    Understand the ActivityStreams 2.0 response structure.
  </Card>

  <Card title="API reference" icon="code" href="/reference/api/overview">
    Browse all endpoints across all four platforms.
  </Card>
</CardGroup>

## Using with AI agents & automation

KonbiniAPI is available as a hosted **MCP server** at `mcp.konbiniapi.com`. Once connected, your AI agent or automation workflow can fetch social data across all four platforms on demand — no integration code required.

<CardGroup cols={2}>
  <Card title="ChatGPT" icon="https://mintcdn.com/konbiniapi/hiwdiC8KJ_qhmpFa/icons/products/chatgpt.svg?fit=max&auto=format&n=hiwdiC8KJ_qhmpFa&q=85&s=c80e09a5fc75a79081f3861d2bac1760" href="/reference/mcp/setup/chatgpt" width="24" height="24" data-path="icons/products/chatgpt.svg">
    Add the MCP server in ChatGPT settings and ask for social data in plain
    language.
  </Card>

  <Card title="Claude" icon="https://mintcdn.com/konbiniapi/ZLghhhhdIecbHjry/icons/products/claude.svg?fit=max&auto=format&n=ZLghhhhdIecbHjry&q=85&s=4202dc85cfe011144bd5d1da31e9b574" href="/reference/mcp/setup/claude" width="1200" height="1200" data-path="icons/products/claude.svg">
    Connect in Claude Desktop or Claude.ai and fetch data in any conversation.
  </Card>

  <Card title="Zapier, n8n, Make" icon="wand-magic-sparkles" href="/reference/mcp/overview#automation">
    Use KonbiniAPI as an MCP action inside your existing automation workflows.
  </Card>

  <Card title="Claude Code, Codex, Cursor" icon="code" href="/reference/mcp/overview#code">
    Use KonbiniAPI inside your coding assistant or AI-powered editor.
  </Card>
</CardGroup>

## Supported platforms

<CardGroup cols={2}>
  <Card title="Instagram" icon="instagram" href="/reference/api/instagram">
    Users, posts, reels, comments, highlights, locations, and search.
  </Card>

  <Card title="TikTok" icon="tiktok" href="/reference/api/tiktok">
    Users, videos, comments, audios, tags, collections, search, live streams,
    and transcripts.
  </Card>

  <Card title="X" icon="x-twitter" href="/reference/api/x">
    Users, posts, and highlights.
  </Card>

  <Card title="Reddit" icon="reddit" href="/reference/api/reddit">
    Users, subreddits, posts, comments, feeds, and search.
  </Card>
</CardGroup>
