API Reference
API Reference
Reference for the Atlas CMS Public (headless) delivery API.
API Reference
This reference covers the Public API — the read-only, headless delivery API
your website or app uses to fetch published content. All endpoints live under
/api/v1/public/*.
Looking for the Admin API?
Creating content types, entries, pages, and managing your workspace is done through the Atlas dashboard today. A reference for managing those resources via API is planned for a later phase.
| Environment | Base URL |
|---|---|
| Production | https://api.atlas.latellu.com/api/v1/public |
| Self-hosted (default) | http://localhost:8080/api/v1/public |
Authentication
Every Public API request requires an X-API-Key header. Generate and manage
keys from the Atlas dashboard (Settings → API Keys). See the
Authentication guide for details.
X-API-Key: <your_api_key>Resources
| Resource | Description | Reference |
|---|---|---|
| Entry | List and fetch published entries, plus draft previews | Entry |
| Page | List and fetch published pages | Page |
| Media | Fetch a media asset's details | Media |
| Schema | Get the workspace's content types, fields, and locales — used by the TypeScript SDK codegen | Public |