🚀 Nadles can now natively monetize your AI and LLM tokens. Learn how in our new documentation: How to set up AI billing.
curl --request GET \
--url https://provider.api.nadles.com/v0/subscriptions/{subscriptionId}/product/billable-metrics/ \
--header 'nadles-provider-key: <api-key>'{
"data": [
{
"name": "<string>",
"label": "<string>",
"quotas": [
{
"quota": 123,
"usage": 123,
"period": {
"unit": "<string>",
"value": 123
},
"end": "2023-11-07T05:31:56Z"
}
]
}
]
}curl --request GET \
--url https://provider.api.nadles.com/v0/subscriptions/{subscriptionId}/product/billable-metrics/ \
--header 'nadles-provider-key: <api-key>'{
"data": [
{
"name": "<string>",
"label": "<string>",
"quotas": [
{
"quota": 123,
"usage": 123,
"period": {
"unit": "<string>",
"value": 123
},
"end": "2023-11-07T05:31:56Z"
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.nadles.com/llms.txt
Use this file to discover all available pages before exploring further.
API key provided in the admin portal
The ID of the subscription.
currentUsage OK
Show child attributes