DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
POST/auth/resend-verification

POST /auth/resend-verification

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