curl -X POST https://api.chessplay.io/api/v1/classrooms/ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"name": "Advanced Chess"}'
{ "id": 2, "name": "Advanced Chess", "description": "For experienced players", "coach": {...}, "students": [], "start_time": "2024-01-20T10:00:00Z", "end_time": "2024-01-20T11:00:00Z" }
Create a new classroom
Documentation IndexFetch the complete documentation index at: https://developer.chessplay.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.chessplay.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?