v2
OAS 3.0.1
Kravia API - 2.0 Production
REST API
Client Libraries
REST API
Development
curl https://api-stage.kravia.ai/api/v2/auth/token \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: YOUR_SECRET_TOKEN' \
--data '{
"audience": "",
"client_id": "",
"client_secret": "",
"grant_type": ""
}'
{
"successful": true,
"errors": [
{
"code": null,
"args": null
}
]
}
Success