PAI Chat·Endpoint
POST
/auth/forgot-passwordPOST /auth/forgot-password
POST/auth/reset-passwordarrow_forwardupload
Request body
emailrequired
string (email)double_arrow
Returns 200
messagerequired
stringreport
Errors
/auth/forgot-passwordcurl -X POST 'https://chat-api-dev.paicloud.ai//auth/forgot-password' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com"
}'{
"message": "message"
}