curl -X POST https://api.chessplay.io/api/v1/batches/ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"name": "Advanced Batch", "coach_id": 5}'
{ "id": 2, "name": "Advanced Batch", "coach": {...}, "students": [], "student_count": 0 }
Create a new batch
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?