Credit usage

Currently, the API playground is under heavy development.
  • If you want to specify the extraction schema, please use the 'Open JSON Editor' button.
GET
/v1/credits
AuthorizationBearer <token>

The API key to authenticate the request.

In: header

Response Body

curl -X GET "https://api.nextrows.com/v1/credits"
{
  "success": true,
  "data": {
    "credits": 43250
  }
}
{
  "success": false,
  "error": "Unauthorized"
}
{
  "success": false,
  "error": "Internal server error while fetching credits usage."
}