API Reference

On this page

This section covers all the core Aether CMS functionality with vanilla JavaScript implementations, making it easy to integrate with any frontend framework or build custom applications on top of Aether API:

  1. Overview - API architecture, response formats, HTTP status codes, and getting started guide

  2. Authentication - Token-based auth, login/logout processes, rate limiting, and security best practices

  3. Content Management - Complete posts, pages, bulk operations, and site settings APIs with examples

  4. Media Management - File uploads, metadata handling, reference tracking, and media optimization

  5. Theme Management - Theme installation, marketplace integration, menu management, and customization

  6. User Management - User CRUD operations, role-based permissions, and session handling

  7. Static Site Generation - Static site generation with configuration options and deployment integration

Each entry includes:

  • Detailed API specifications
  • Request/response examples
  • Implementation patterns
  • Error handling strategies
  • Real-world usage examples
  • Best practices