Skip to main content
GET
/
v1
/
labs
/
credits
Get Labs Credits
curl --request GET \
  --url https://genaipro.vn/api/v1/labs/credits \
  --header 'Authorization: Bearer <token>'
[
  {
    "amount": 100000,
    "expire_at": "2026-06-30T23:59:59Z"
  }
]

Response

Returns an array of credit objects.
amount
number
Credit amount remaining
expire_at
string
Expiration date (ISO 8601)
[
  {
    "amount": 100000,
    "expire_at": "2026-06-30T23:59:59Z"
  }
]