DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
POST/auth/signup

POST /auth/signup

GET/auth/verify-emailarrow_forward
upload
Request body
emailrequired
string (email)
passwordrequired
string
double_arrow
Returns 200
messagerequired
string
report
Errors
StatusDescription
400Default Response
500Default Response
north_east
Request
curl -X POST 'https://chat-api-dev.paicloud.ai//auth/signup' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "email": "user@example.com",
  "password": "password"
}'
south_west
Response
200 OK
application/json
{
  "message": "message"
}