Credits

Check your current credit balance via the VicSee API. Available to users with an active subscription or credit pack.

Check your current credit balance.

Get Credit Balance

GET /api/v1/credits

Example Request

curl https://vicsee.com/api/v1/credits \
  -H "Authorization: Bearer sk-your-api-key"

Response

{
  "success": true,
  "data": {
    "credits": 4250
  }
}

The credits field returns your total available credits across all sources (subscription credits and credit packs combined).


Access Requirements

This endpoint is available to paid users only. You must have either:

  • An active subscription (Starter or Pro plan), or
  • A credit pack purchase

Free accounts will receive a 403 error.


Errors

CodeDescription
FORBIDDENNo active subscription or credit pack
INVALID_API_KEYAPI key not found or inactive
INTERNAL_ERRORServer error fetching credits