Skip to main content
Learn how to track your Eden AI API consumption and costs using the Cost Monitoring endpoints.
Note: These are admin/dashboard endpoints typically used by the Eden AI dashboard or custom admin interfaces. For standard API usage authentication, see the API Keys guide.

Overview

The Cost Monitoring API provides two key endpoints to help you track and manage your Eden AI spending:
  • Monitor Consumptions - Get detailed usage and cost breakdowns by date, provider, and feature
  • Check Credits - Retrieve your current account credit balance

Endpoints

Monitor Consumptions

Check Current Credits

Key Concepts

Step Parameter

The step parameter controls how data is aggregated:

Filtering Options

Filter your cost data by adding any of these query parameters:

Check Your Current Credits

Python
Response:

Monitor Usage

Get your last 30 days of usage, grouped by day:
Python

Response Format

The monitoring endpoint returns data structured by token, date, and feature:

Response Fields

Feature Naming Convention

Features follow the pattern {category}__{subfeature}:

Error Responses

400 Bad Request

403 Forbidden

404 Not Found