Skip to main content

Usage API

Base URL: https://api.creovine.com/lira/v1/usage

Get Usage Stats

GET /lira/v1/usage?orgId=<org-uuid>
Authorization: Bearer <jwt>

Response 200 OK:

{
"orgId": "uuid",
"period": "2026-04",
"usage": {
"meetings": {
"total": 45,
"limit": 100,
"remaining": 55
},
"bots": {
"totalDeployments": 42,
"activeNow": 1,
"maxConcurrent": 3
},
"interviews": {
"total": 12,
"limit": 50,
"remaining": 38
},
"documents": {
"total": 8,
"storageMb": 24.5
},
"apiCalls": {
"total": 1250
}
}
}

Beta Limits

During beta, usage is subject to limits:

ResourceBeta Limit
Meetings per month100
Concurrent bots3 (LIRA_BOT_MAX_ACTIVE)
Bots per user2 (LIRA_BOT_MAX_PER_USER)
Interviews per month50
DocumentsUnlimited (storage-based)