When calling the API, please change the target URL and port to http://35.220.164.252:3888/
New APINew API
API ReferenceAI ApplicationsSkills
Management APIUser auth

User Registration

šŸ”“ No Authentication Required

POST
/api/user/register

Request Body

application/json

username?string
password?string
email?string
verification_code?string
aff_code?string

Response Body

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

How is this guide?