Skip to main content
GET
/
v1
/
credits
Get Credits
curl --request GET \
  --url https://api.developer.pixelcut.ai/v1/credits \
  --header 'X-API-KEY: <api-key>'
{
  "credits_remaining": 42
}

Authorizations

X-API-KEY
string
header
required

All API requests require a valid api key. Include your token as a HTTP request header in the following format: X-API-Key: skXXXXXXXXXXXXXXXX. You can obtain an api key by signing up for developer access in your Pixelcut account.

Response

Success

credits_remaining
string

The number of credits remaining in your account.

Example:

42