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.
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."
}