curl -X GET "https://api.unleeshed.ai/partner/v1/usage" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": {
"period": {
"start": "2026-01-01T00:00:00Z",
"end": "2026-01-31T23:59:59Z"
},
"usage": {
"topics_created": 127,
"commentaries_generated": 312,
"api_calls": 1847
},
"quotas": {
"topics_per_month": 1000,
"commentaries_per_month": 5000,
"api_calls_per_hour": 1000
},
"remaining": {
"topics": 873,
"commentaries": 4688
}
}
}
Get usage statistics and quota information
curl -X GET "https://api.unleeshed.ai/partner/v1/usage" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": {
"period": {
"start": "2026-01-01T00:00:00Z",
"end": "2026-01-31T23:59:59Z"
},
"usage": {
"topics_created": 127,
"commentaries_generated": 312,
"api_calls": 1847
},
"quotas": {
"topics_per_month": 1000,
"commentaries_per_month": 5000,
"api_calls_per_hour": 1000
},
"remaining": {
"topics": 873,
"commentaries": 4688
}
}
}
start and end dates.curl -X GET "https://api.unleeshed.ai/partner/v1/usage" \
-H "X-Api-Key: pk_live_your_api_key"
{
"success": true,
"data": {
"period": {
"start": "2026-01-01T00:00:00Z",
"end": "2026-01-31T23:59:59Z"
},
"usage": {
"topics_created": 127,
"commentaries_generated": 312,
"api_calls": 1847
},
"quotas": {
"topics_per_month": 1000,
"commentaries_per_month": 5000,
"api_calls_per_hour": 1000
},
"remaining": {
"topics": 873,
"commentaries": 4688
}
}
}