API Reference

Complete reference documentation for the Airogel CMS REST API. Use these endpoints to manage your content programmatically.

Base URL

https://api.airogelcms.com/v1

All API requests require authentication. Include your API key in the Authorization header as a Bearer token.

Authentication

All API endpoints require authentication using a Bearer token. You can generate API tokens from your account dashboard under Settings → API Tokens.

curl https://api.airogelcms.com/v1/collections \
  -H "Authorization: Bearer YOUR_API_KEY"