GET
/
v2
/
credits
curl --request GET \
  --url https://api.rask.ai/v2/credits \
  --header 'Authorization: Bearer <token>'
{
  "minutes": {
    "total": 123,
    "used": 123
  },
  "video": {
    "total": 123,
    "used": 123
  },
  "lipsync_free_minutes": {
    "total": 123,
    "used": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
User credits
minutes
object
required
video
object
required
lipsync_free_minutes
object
required