枭毅API枭毅API
API ReferenceAI Applications
Management APIUser auth

User Registration

🔓 No Authentication Required

POST
/api/user/register

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/user/register" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?