Vebapi Credit Balance API Documentation - VebAPI

Vebapi Credit Balance

check your vebapi request credit balance

Vebapi Credit Balance

GET
GET /creditbalance

Parameters

X-API-KEY
Required header
string

your api key

Example Request


curl -X GET "https://vebapi.com/api/creditbalance" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -H "Content-Type: application/json"

Response

{
    "credits": 42
}

💳 VebAPI Credit Balance API

Check your current remaining request credits in your VebAPI account with a simple and fast API call.


📝 Description

The VebAPI Credit Balance API allows you to monitor how many API request credits you have left on your account. This is essential for usage tracking, billing automation, and preventing service interruptions due to exhausted credits.


🎯 Key Benefits

  • 📊 Monitor your credit usage in real-time

  • ⚠️ Avoid running out of API calls unexpectedly

  • 🔄 Integrate into your dashboards or alert systems

  • 🧰 Useful for usage limits, subscription plans, and metered billing


🌐 Base URL


 

https://vebapi.com/api/creditbalance


📥 Input Parameters

Parameter Type Required Description
X-API-KEY (Header) string ✅ Yes Your personal API key to authenticate the request

Header Required Only
No query/body parameters needed — just pass your API key.


📤 Output Response

Returns a JSON object with the number of remaining credits.

Field Type Description
credits int Number of remaining API request credits tied to your account