Skip to content
v1.0.0 (2026-08-15 18:56)

System & General APIs

1. File Upload

  • Path: /api/upload
  • Method: POST
  • Description: General file upload interface. Used for uploading images, attachments, etc.

2. System Status

  • Path: /api/status
  • Method: GET / POST
  • Description: Check if the current system is running normally.
  • Response Example:
json
{
  "status": true,
  "message": "The system is running!"
}

3. Human Check

  • Get Verification Page: GET /human-check
  • Submit Verification: POST /check-human
  • Description: Human verification for backend and sensitive operations (usually based on Turnstile).