> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worldlabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Credits

> Check the API credit balance for the authenticated account.

Credits endpoints expose billing state needed by API clients before starting
work that consumes credits.

<CardGroup cols={1}>
  <Card title="Get credits" icon="circle-dollar-sign" href="/api/reference/credits/get">
    **GET** `/marble/v1/credits`

    Return the current aggregate API credit balance for the authenticated user.
  </Card>
</CardGroup>

Use this endpoint before submitting expensive jobs when your client needs to
warn users about low balance or pause automated submissions.
