Overview

What Agentiq is and how it fits together.

Agentiq is two things on top of one publishing core:

  • The Content Posting API — a single REST endpoint that publishes, schedules and manages content across X, LinkedIn, Threads, TikTok, Instagram and YouTube.
  • The AI Social Media Manager — the application that plans, drafts and schedules on-brand content, powered by the same core.

How it fits together

Your product ──▶ Content Posting API ──▶ X / LinkedIn / Threads / TikTok / Instagram / YouTube
                     ▲
The AI Manager ─────┘   (drafts, calendar, approvals)

Every publish — whether it comes from your code or from the AI manager — flows through the same core, so statuses, retries and webhooks behave identically.

Base URL

All API requests are served from:

https://api.agentiq.social

The API is versioned under /v1. Responses are JSON, timestamps are ISO 8601 in UTC.

Authentication

Every request requires a secret API key issued per organization:

Authorization: Bearer ag_live_xxxxxxxxxxxx

Keys are managed in Settings → API inside the app. Never expose a secret key in client-side code or public repositories.

What you can do

AreaCapability
PublishingPost text and media to any connected network, live or scheduled
SchedulingTimestamps per network, so one post can go out at different local times
MediaUpload once; Agentiq converts and resizes per network spec
StatusesPer-network state for every publish: queued, live, scheduled, failed, retried
WebhooksEvents pushed to your endpoint for every state change
NetworksList connected networks and their status at any time

Next steps

On this page