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.socialThe 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_xxxxxxxxxxxxKeys are managed in Settings → API inside the app. Never expose a secret key in client-side code or public repositories.
What you can do
| Area | Capability |
|---|---|
| Publishing | Post text and media to any connected network, live or scheduled |
| Scheduling | Timestamps per network, so one post can go out at different local times |
| Media | Upload once; Agentiq converts and resizes per network spec |
| Statuses | Per-network state for every publish: queued, live, scheduled, failed, retried |
| Webhooks | Events pushed to your endpoint for every state change |
| Networks | List connected networks and their status at any time |
Next steps
- Quickstart — your first publish in minutes
- API reference — endpoints, payloads and errors
- Platforms — per-network specifics
- AI Manager — the AI side of Agentiq