API reference
Browse the stable public API for production integrations, inspect schemas, and try requests without leaving the docs.
Authentication
Authorization: Bearer sk_live_YOUR_API_KEYManage keys from Account Settings.
Coverage
It is ideal for production integrations, including the tool-facing REST surface used by ChatGPT Actions, MCP clients, webhooks, and external automations.
Spec artifacts are published at YAML and JSON.
Additional app capabilities graduate into the public spec as API shapes stabilise, authentication rules are documented, and publish behavior has clear visible-outcome and audit semantics.
Popular automations
- Catalog readiness audit
- Batch image cleanup
- Supplier upload intake
- Approval handoff
- Shopify publish preparation
- Webhook status reporting
API safety classes
Preview-safe reads
Read catalog readiness, job status, assets, and approval context without mutating store data.
Controlled mutations
Create jobs, submit assets, or update approvals with authenticated keys and explicit workspace permissions.
Publish-sensitive actions
Operations that affect Shopify delivery stay behind stronger capability checks and audit logs.
Public API graduation checklist
- API status: stable / beta / internal
- Rate limits by plan
- Idempotency examples
- Webhook signing examples
- Retry behavior
- Error taxonomy
Swagger explorer
Browse the public contract through a first-party API console with editable request bodies, bearer auth, and live responses.
Bearer token header
Switch between spec targets
Run requests in the page
/openapi.yamlThe console below is rendered from the public spec, not from handwritten mock docs.