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

POST /auth/signout

POST/auth/signuparrow_forward
double_arrow
Returns 200
messagerequired
string
report
Errors
StatusDescription
401Default Response
500Default Response
north_east
Request
curl -X POST 'https://chat-api-dev.paicloud.ai//auth/signout' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
south_west
Response
200 OK
application/json
{
  "message": "message"
}