API Reference
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:
Overview - API architecture, response formats, HTTP status codes, and getting started guide
Authentication - Token-based auth, login/logout processes, rate limiting, and security best practices
Content Management - Complete posts, pages, bulk operations, and site settings APIs with examples
Media Management - File uploads, metadata handling, reference tracking, and media optimization
Theme Management - Theme installation, marketplace integration, menu management, and customization
User Management - User CRUD operations, role-based permissions, and session handling
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