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

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

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

Common Patterns

On this page