Check Balance
Retrieves the remaining balance associated with the provided secret API key.
Endpoint
GET /api/check-balanceRequest Example
curl -X GET "https://api.deepmode.ai/api/check-balance" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_SECRET_API_KEY"Response Example
{"remaining_balance": 4234}Last updated