Request
curl https://neuralbox.top/api/v2/user/stats \
-H "Authorization: Bearer nb_YOUR_API_KEY"
Response
{
"total_generations": 842,
"tokens_spent_total": 4210,
"breakdown": {
"text": { "count": 510, "tokens": 1020 },
"image": { "count": 211, "tokens": 2110 },
"video": { "count": 48, "tokens": 864 },
"audio": { "count": 53, "tokens": 159 },
"tools": { "count": 20, "tokens": 22 }
},
"recent_30d": {
"generations": 128,
"tokens_spent": 640
}
}
Total number of completed generations since account creation.
Total tokens spent across all time.
Generation count and token spend split by category: text, image, video, audio, tools.
Stats for the last 30 days only.