Check Balance
Retrieves the remaining balance associated with the provided secret API key.
Endpoint
GET /api/check-balance
Request 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
Upon successful retrieval, the API returns the following response:
{"remaining_balance": 4234}
This endpoint allows clients to check the remaining balance associated with their account using a secret API key for authentication.
Last updated