curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/costs \
--header 'Authorization: Bearer <token>'{
"period": "daily",
"days": 123,
"data": [
{
"date": "2023-12-25",
"model": "<string>",
"tokens_in": 123,
"tokens_out": 123,
"request_count": 123,
"cost_usd": 123
}
],
"totals": {
"total_cost_usd": 123,
"total_tokens_in": 123,
"total_tokens_out": 123
}
}Daily usage broken down by model with a USD cost estimate per row plus aggregate totals. Cost figures are estimates derived from Mnemom’s published per-model pricing applied to your actual token volume; authoritative billing is in Stripe (see POST /orgs/{org_id}/billing/portal-session). Billing-shaped — owner, admin, and auditor only.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/costs \
--header 'Authorization: Bearer <token>'{
"period": "daily",
"days": 123,
"data": [
{
"date": "2023-12-25",
"model": "<string>",
"tokens_in": 123,
"tokens_out": 123,
"request_count": 123,
"cost_usd": 123
}
],
"totals": {
"total_cost_usd": 123,
"total_tokens_in": 123,
"total_tokens_out": 123
}
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
1 <= x <= 365