Introduction
The ScaliQ Public API and MCP let you feed leads into campaigns (single or bulk), batch tag / exclude / delete leads, create Lookalike campaigns, start and pause outreach, read campaign and lead state, ask outreach insights (recent activity, sampled campaign performance), search and look up LinkedIn people, send LinkedIn messages, and react to replies via webhooks.
ScaliQ’s AI agent still owns outreach sequences, pacing, and auto-reply. You integrate to supply leads, control campaign run state, and respond to events — not to rebuild the product.
What you can do
| Capability | How |
|---|---|
| Add a lead to a campaign | POST /campaigns/:campaignId/leads |
| Bulk-add leads (CRM / n8n) | POST /campaigns/:campaignId/leads/batch (chunk ≤100) |
| Batch tag / exclude (max 100) | POST /campaigns/:campaignId/leads/batch-update |
| Batch delete leads (max 100) | POST /campaigns/:campaignId/leads/batch-delete |
| List excluded leads | GET …/leads?excluded=true |
| Create / extend a Lookalike campaign | POST /campaigns/lookalike |
| Start or resume a campaign | POST /campaigns/:campaignId/start |
| Pause a campaign | POST /campaigns/:campaignId/pause |
| List campaigns, leads, accounts, credits | GET routes |
| Read recent outreach activity | GET /activity |
| Workspace insights snapshot | GET /insights/overview |
| Tag or exclude a lead | PATCH .../leads/:leadId |
| Send a LinkedIn DM | POST /inbox/messages |
| Search LinkedIn / look up a profile | POST /linkedin/search, POST /linkedin/profiles/lookup |
| Get reply / accept / tag events | Outbound webhooks (configure in the dashboard) |
| Drive the API from Cursor / Claude / ChatGPT | MCP at mcp.scaliq.ai |
What stays in the dashboard
- Create and edit AI agents
- Connect LinkedIn accounts
- Create API keys and webhook subscriptions (
/api-mcp)