Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

GET /api/organizations/{id}/usage

Get usage consumption for the organization within a time window.

Example

curl -X GET https://api.medera.ai/api/organizations/{id}/usage \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"