DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
POST/auth/reset-password

POST /auth/reset-password

POST/auth/resend-verificationarrow_forward
upload
Request body
newPasswordrequired
string
tokenrequired
string
double_arrow
Returns 200
messagerequired
string
report
Errors
StatusDescription
400Default Response
north_east
Request
curl -X POST 'https://chat-api.paicloud.ai//auth/reset-password' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "newPassword": "newPassword",
  "token": "token"
}'
south_west
Response
200 OK
application/json
{
  "message": "message"
}