Compute
Authentication:
This endpoint requires API Key authentication. You must include your API key in the api-key
header of your request.
Request Headers:
api-key
String
Yes
Your organization's API key for authentication.
Response Codes:
200 OK
Compute balance successfully retrieved.
See "Response Body (Success - 200 OK)" below.
401 Unauthorized
Authentication failed - Missing or invalid API Key.
json { "error": "API key is missing in headers. Please provide an API key to access this service." }
- Returned when the api-key
header is missing.
500 Internal Server Error
An unexpected error occurred on the server.
json { "error": "System Error. Please try again" }
Response Body (Success - 200 OK):
Response Body Fields:
isSuccess
Boolean
Indicates whether the request was successful (always true
for a 200 OK response).
compute
Number
The compute balance associated with the organization. Represents the remaining compute units.
Example Request:
Example Response (200 OK):
Last updated