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.
Authorization
bearer
AuthorizationBearer <token>
The API key to authenticate the request.
In: header
Response Body
application/json
application/json
application/json
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."
}