Update
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Path Parameters
Unique identifier for a billable metric
^bm_[a-zA-Z0-9]+$Body
Revised explanation of what the metric represents. Sample values: 'Language model token consumption', 'Database storage capacity used', 'Machine learning prediction API calls', 'AI-generated content items'
Updated label for the metric. Sample values: 'LLM Tokens', 'Database Storage', 'Prediction Requests', 'Content Generations'
Updated measurement unit. Common examples: 'tokens', 'GB', 'requests', 'items', 'hours'
CloudEvents type for meter routing.
JSONPath to extract a numeric value from event data. Must start with $. (example: $.amount or $.payload.bytes).
^\$\.[a-zA-Z0-9_]+(\.[a-zA-Z0-9_]+)*$Map of dimension name to JSONPath for group-by queries. Each value must start with $. (example: $.region).
Only count events after this timestamp.
Response
Billable metric updated successfully
Unique identifier for a billable metric
^bm_[a-zA-Z0-9]+$billableMetric SUM, COUNT, AVG, MIN, MAX, UNIQUE_COUNT, LATEST Unique identifier for an organization
^org_[a-zA-Z0-9]+$Unique identifier for a product
^prod_[a-zA-Z0-9]+$