v1
latestOpenAPI 3.0.12026-07-14453659.5 KBCheck API Usage
Get API Isage
Returns prediction usage on a monthly basis for the current calendar month and future months. Each apiusage object in the response corresponds to a calendar month in your plan.
get/v2/apiusage
Response
api usage
Example response
{
"data": [
{
"id": "489",
"licenseId": "kJCHtYDCSf",
"object": "apiusage",
"organizationId": "108",
"planData": [
{
"amount": 1
}
],
"predictionsMax": 1997,
"predictionsUsed": 3
}
],
"object": "list"
}