Skip to main content

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 of https://api.autocampaign.ai (there’s no /api prefix):
Paths in this reference are shown without the host (for example, 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.
This Mintlify reference covers getting started, authentication, conventions, and a curated resource overview. Use the interactive docs for exhaustive, generated schema detail.

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.
A few surfaces are session-only (they reject API keys): the Inbox, and API key and webhook management. Use these while signed in to the app.

Start with authentication

Create a key and make your first call.