Public API & Authentication
LIKE MAGIC exposes a public API so an account can let an external system (a partner platform, an in-house tool, or an integration you build yourself) read from and act on the platform programmatically.
The full API reference and its authentication model live in the developer documentation portal, kept alongside the API itself so it always matches the current contract. This page is a pointer, not a copy. It does not restate endpoints, payloads, or credentials here.
Where to go
- API reference & developer portal: api-docs.likemagic.tech
- Authentication & setup: api-docs.likemagic.tech/guide/setup/
Start with the setup guide. It walks through obtaining credentials and authenticating a request before you call any endpoint.
Who this is for
The public API is an account-level capability. Its credentials are managed as service accounts under Settings → Account → Service Accounts in the Operations Platform. Creating or editing one requires the Account Administrator role (account-admin), and Account Viewer (account-viewer) sees the page read-only. The page requires Platform pricing. On Core it is shown locked with an upgrade prompt. See Pricing Tiers. If the API is not yet available for your account, request activation via a Support Ticket.
Because API access lets an outside system act on your account's data, treat issuing and storing credentials as a security-sensitive task and follow the guidance in the setup guide.
Conclusion
For everything about the public API (endpoints, authentication, and setup), use the developer portal at api-docs.likemagic.tech, starting from the setup guide.