Third-party

Auto login

POST/openapi/user/login

Request

Request body

No fields

Response

200 OK
loginURLstringrequired

Sample code

curl -X POST 'https://openapi.voicefox.ai/openapi/user/login' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Response example

{
  "loginURL": "string"
}