Audit and report account AI words and query balances for a given api-key.
CURL
curl -H 'content-type: application/json'
-H 'Accept: application/json'
-H 'api-key: your-key'
-X POST https://www.learnitive.com/api/v1/balance
Example output.
{
"success": true,
"status": "success",
"message": [{
"subscription": active,
"words": "100000",
"query": "50000"
}]
}
Parameter
- api-key: API key.