cURL
curl --request POST \ --url https://api.kua.ai/core/api/v2/accounts/sessions/email \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "accessToken": "<string>", "tokenType": "Bearer", "tokenFormat": "jwt", "expiresIn": 86400 }
Authenticate your account with email and password to get API Access Token
登录请求
5 - 64
6 - 128
Authenticate successfully
认证Token