CakeMeeting
Features
Solutions
Resources
Pricing
Sign In
Start Meeting
API Reference
Integrate CakeMeeting into your applications with our powerful REST API
Get API Key
View Docs
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
POST /auth/token
GET /auth/verify
POST /auth/refresh
DELETE /auth/revoke
Meetings
Create, manage, and control meeting sessions
POST /meetings
GET /meetings/{id}
PUT /meetings/{id}
DELETE /meetings/{id}
Users
User management and profile operations
GET /users
POST /users
GET /users/{id}
PUT /users/{id}
Webhooks
Real-time event notifications
POST /webhooks
GET /webhooks
PUT /webhooks/{id}
DELETE /webhooks/{id}
Real-time
WebSocket connections for live features
WS /live/meetings/{id}
WS /live/chat/{id}
WS /live/screen/{id}
WS /live/whiteboard/{id}
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