Overview
Autocampaign AI exposes a REST API for your workspace’s resources — contacts, segments, campaigns, polls, templates, and links. Anything you can do in the app you can automate with the API.Authentication
Create an API key and send it with each request.
Conventions
Response envelope, pagination, rate limits, and errors.
Base URL
All endpoints live at the root ofhttps://api.autocampaign.ai (there’s no /api prefix):
POST /contacts).
The app itself runs at https://app.autocampaign.ai; the API is a separate host.
Interactive reference
The full, always-current endpoint reference — every route, request schema, and response schema, with a try-it console — is served by the platform as interactive docs (ReDoc):Open the interactive API docs
Browse and try every endpoint at api.autocampaign.ai/docs. The raw OpenAPI spec is
at api.autocampaign.ai/docs-json.
What you can call with an API key
An API key can call the same org-scoped resources a workspace Owner can — Contacts, Segments, Tags, Campaigns, Polls, Templates, and Links.Start with authentication
Create a key and make your first call.
