진보 JINBO API Documentation

World-Class Coaching Platform API • Version 2.2.0

🚀 Welcome to JINBO API

Production Ready Version 2.2.0

Complete API documentation for integrating with the world's coaching marketplace. Perfect for businesses, AI agents, and third-party integrations.

⚡ Quick Start

Get started in 3 steps - generate an API key and start creating classes within minutes.

Read Quick Start →

📖 Complete API Guide

Full integration guide with code examples in JavaScript, Python, and cURL.

Read API Guide →

🔧 Technical Deep Dive

Architecture, security, database schema, and authentication flows explained.

Read Technical Docs →

🎯 What You Can Do

🔐 Authentication

We support two authentication methods:

📋 Available Endpoints

Method Endpoint Description
POST/api/auth/api-keyGenerate API key
GET/api/classesList all classes
POST/api/classesCreate new class
POST/api/classes/:id/assign-coachAssign coach
POST/api/classes/:id/enrollEnroll student

💡 Example Request

curl -X POST https://jinbo.life/api/classes \
  -H "X-API-Key: jinbo_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Morning Yoga",
    "level": "beginner",
    "max_students": 15
  }'

Need help? Check out the Quick Start guide or email us at api@jinbo.life