Skip to content

Usage Endpoint

Returns your current usage statistics.

Authentication: Required (API key)

{
"plan": "free",
"period": {
"start": "2024-01-01T00:00:00.000Z",
"end": "2024-02-01T00:00:00.000Z"
},
"requests": {
"used": 42,
"remaining": 58,
"limit": 100
}
}