Skip to main content
GET
/
marble
/
v1
/
credits
Get Credits
curl --request GET \
  --url https://api.worldlabs.ai/marble/v1/credits \
  --header 'WLT-Api-Key: <api-key>'
{
  "remaining_credits": 1
}

Authorizations

WLT-Api-Key
string
header
required

API key for authentication. Get your key from the developer portal.

Response

200 - application/json

Successful Response

Remaining credits for the authenticated API user.

remaining_credits
number
required

Remaining API credits available to the authenticated user.

Required range: x >= 0