Atlas CMS
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.

EnvironmentBase URL
Productionhttps://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

ResourceDescriptionReference
EntryList and fetch published entries, plus draft previewsEntry
PageList and fetch published pagesPage
MediaFetch a media asset's detailsMedia
SchemaGet the workspace's content types, fields, and locales — used by the TypeScript SDK codegenPublic
ManagementCreate, update, publish, and delete entries, pages, and media (/api/v1/manage/*)Management

Common Patterns

On this page