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

# MADIAD Hub

> Publish to TikTok, Instagram, YouTube, Facebook, LinkedIn, and more platforms from a single REST API.

MADIAD Hub is a single REST endpoint that publishes to TikTok, Instagram, YouTube, Facebook, LinkedIn, X, Threads, Pinterest, Reddit, Bluesky, Google Business Profile, Telegram, and Discord. Manage many brands or client accounts as `profiles`, publish in one call, and let the Hub handle scheduling, idempotency, and delivery callbacks.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first cross-platform post in under five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Generate an API key and authorize requests.
  </Card>

  <Card title="Profiles" icon="users" href="/concepts/profiles">
    Model brands, clients, or sub-accounts as profiles.
  </Card>

  <Card title="Webhooks" icon="bolt" href="/concepts/webhooks">
    Receive a signed callback when a post is published or fails.
  </Card>
</CardGroup>

## Supported platforms

Publish to 10+ platforms from one request — list only the targets you want.

<CardGroup cols={4}>
  <Card title="TikTok" icon="tiktok" color="#FF0050" />

  <Card title="Instagram" icon="instagram" color="#E4405F" />

  <Card title="YouTube" icon="youtube" color="#FF0000" />

  <Card title="Facebook" icon="facebook" color="#1877F2" />

  <Card title="LinkedIn" icon="linkedin" color="#0A66C2" />

  <Card title="X" icon="x-twitter" color="#6B7280" />

  <Card title="Threads" icon="threads" color="#6B7280" />

  <Card title="Pinterest" icon="pinterest" color="#BD081C" />

  <Card title="Reddit" icon="reddit" color="#FF4500" />

  <Card title="Bluesky" icon="bluesky" color="#0285FF" />

  <Card title="Google Business" icon="google" color="#4285F4" />

  <Card title="Telegram" icon="telegram" color="#26A5E4" />

  <Card title="Discord" icon="discord" color="#5865F2" />
</CardGroup>

<Note>
  **Telegram and Discord connect differently.** Instead of an OAuth login, you link your own Telegram bot (token + chat ID) or a Discord channel webhook — see [Connect Telegram & Discord](/concepts/profiles#connect-telegram--discord). Once linked, you publish to them exactly like any other platform. Analytics are **not** available for these two.
</Note>

## Why MADIAD Hub

* **One integration, 10+ platforms.** Send the same request once; the Hub fans out to every target you list.
* **Profiles for multi-brand workflows.** Agencies, creators, and ops teams can publish on behalf of many accounts from one API key.
* **Built-in scheduling.** Pick an exact timestamp or drop the post into a recurring queue.
* **Idempotent by design.** Safe to retry — duplicates collapse on a key you control.
* **Webhooks with signatures.** Every event is HMAC-signed so you can trust the payload.

## Base URL

```
https://api.madiad.com/v1
```

All Hub endpoints accept and return `application/json` unless noted. Media uploads use `multipart/form-data`.

## SDK and tooling

* **HTTP** — works from any language. See [Quickstart](/quickstart) for `curl` examples.
* **n8n** — call the API from the built-in HTTP Request node. See the [n8n guide](/integrations/n8n).
* **Make** — publish from a scenario with the HTTP module. See the [Make guide](/integrations/make).

## More from MADIAD

<Card title="MADIAD Seeding" icon="comments" href="https://seeding.madiad.com">
  Grow authentic word-of-mouth across social platforms — MADIAD's smart social seeding platform. A natural companion to the Hub once your content is live.
</Card>

<Note>
  Need help? Email [info@madiad.com](mailto:info@madiad.com).
</Note>
