Skip to main content
GET
/
workspaces
/
{workspaceId}
/
billing
/
balance
curl "https://api.nedzo.ai/v1/workspaces/19c3b12f-ec54-43ad-8686-00e921f1befd/billing/balance" \
    -H "Authorization: Bearer YOUR_API_KEY"
{
  "workspaceId": "19c3b12f-ec54-43ad-8686-00e921f1befd",
  "balance": 5000,
  "currency": "usd"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nedzo.ai/llms.txt

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

workspaceId
string
required
Workspace UUID
curl "https://api.nedzo.ai/v1/workspaces/19c3b12f-ec54-43ad-8686-00e921f1befd/billing/balance" \
    -H "Authorization: Bearer YOUR_API_KEY"
{
  "workspaceId": "19c3b12f-ec54-43ad-8686-00e921f1befd",
  "balance": 5000,
  "currency": "usd"
}