API Reference
Overview
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 to write, not just read?
Creating, updating, publishing, and deleting entries, pages, and media programmatically is covered by the separate Management API reference.
| Environment | Base URL |
|---|---|
| Production | https://api.atlas.latellu.com/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 |
| Management | Create, update, publish, and delete entries, pages, and media (/api/v1/manage/*) | Management |