REST API
CoreCreate your own API keys and connect external systems to Mocart.
Mocart API access is self-serve — you create your own API keys under Settings → API keys, no approval step. Use it when an external site, ERP, partner workflow, or internal tool needs to work with Mocart programmatically instead of only through the dashboard.
| API area | What it is for |
|---|---|
| Asset read | Pull approved creative URLs and metadata into a custom site, partner feed, or internal system. |
| Catalog sync | Keep product data connected when a storefront or ERP needs a programmatic path. |
| Campaigns | Create, read, and update structured creative job scopes outside the dashboard. |
| Generation | Trigger the same generation pipeline that powers the Creative Studio and campaigns. |
| Delivery | Read or hand off approved creatives, embeds, and delivery-ready asset data. |
Create, name, and revoke API keys yourself under Settings → API keys. A key is shown once at creation and never again, so store it somewhere safe — send it as
Authorization: Bearer <key>. Endpoint details, schemas, and rate limits live in the API reference. Talk to us if you need a specific integration contract.Was this helpful?