API Reference

Integrate CakeMeeting into your applications with our powerful REST API

Getting Started
# Base URL
https://api.cakemeeting.com/v1
# Authentication
curl -H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
https://api.cakemeeting.com/v1/meetings

API Endpoints

Authentication
Secure API access with OAuth 2.0 and API keys
Meetings
Create, manage, and control meeting sessions
Users
User management and profile operations
Rate Limits & Guidelines
Important information about API usage

Rate Limits

  • • 1000 requests per hour (Free tier)
  • • 10,000 requests per hour (Pro tier)
  • • Unlimited (Enterprise tier)

Response Format

  • • JSON responses
  • • Standard HTTP status codes
  • • Consistent error format