Base URL
https://api.mailbeast.aiAuth
Authorization: Bearer mb_live…Design principles
These principles shape every endpoint as it ships:- Composites over ceremony. Create a fully-configured, optionally-live campaign in one call instead of six.
- One-or-many bodies. Ingest endpoints accept a single object or an array of the same shape.
- Cursor pagination on every list. Least-privilege scopes on every route.
- One error envelope everywhere:
{ "error": { "type", "code", "message", "status", "requestId" } }, plus an optionaldetails[]on validation errors andretryAfteron429s.
Get started
Create a key and make your first authenticated call in two steps.