YueMu API Center
Full API Documentation (Offline)
Contains 100+ core interfaces, over 10,000 lines of detailed definitions, and complete JSON examples. Recommended to download locally and view with Typora or VS Code.
TIP
Performance Note: To ensure page smoothness, this online page only retains previews of the most core APIs. To query specific business interfaces (such as activities, spaces, social interactions, and detailed parameters), please prioritize downloading the offline documentation.
Core API Overview
The following shows the platform's most critical basic and AI model interfaces.
1. User Management (User Controller)
| API Name | Path | Method | Type |
|---|---|---|---|
User Login | /user/login | POST | Authentication |
User Registration | /user/register | POST | Account Creation |
Get Info | /user/get/vo | GET | User Profile |
2. Image Management (Image Controller)
| API Name | Path | Method | Type |
|---|---|---|---|
Upload Image | /image/upload | POST | Object Storage |
Paged Query | /image/list/page/vo | POST | Data Retrieval |
AI Analysis | /image/get/vo | GET | Visual Recognition |
3. Vanguard/Oracle (AI Controller)
| API Name | Path | Method | Type |
|---|---|---|---|
RAG Query | /ai/rag/query | POST | Knowledge Base |
Object Detection | /ai/yolo/detect | POST | Visual Analysis |
Analysis Report | /ai/report/generate | POST | Comprehensive Eval |
IMPORTANT
Full Version Advantage: The offline downloaded YueMu_Full_API.md document fully adopts the OpenAPI standard Markdown format, supporting full-text search, multi-language SDK code example mirrors, and complete exception fallback definitions. Return to top to download ↑
