Knowledgebase Knowledgebase

  • Home
  • Learnitive.com
Home / Endpoints / Balance

Balance

489 views Less than a minute 0

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.
APIBalance Endpoints

Social

Article Categories

Account API Billing Endpoints Getting Started Legal
@ Learnitive 2023