Documentation renewed! For old docs, visit doc.newapi.pro
New APINew API
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
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://api.example.com/api/user/register" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?

Last updated on