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

# Juicer Developer Docs - One API for Every Social Platform

> One unified API for Instagram, TikTok, YouTube, X, and 15+ social platforms. Read feeds, sources, and posts without integrating each platform individually.

The Juicer API gives you two products under one API key:

* **Integration API** — Programmatically manage feeds, sources, posts, moderation, analytics, and webhooks.
* **Data API** — Query social media posts directly without setting up a feed.

## Base URL

```text theme={null}
https://api.juicer.io/v1
```

## Where to next

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how API keys work and how to obtain one without the dashboard.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a feed, add a source, and get an embed snippet in five calls.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full reference for every endpoint.
  </Card>

  <Card title="Dashboard" icon="browser" href="https://www.juicer.io/feeds">
    Manage feeds, sources, and billing in the Juicer dashboard.
  </Card>
</CardGroup>
