Endpoint
Authentication
All requests must include your API key as a Bearer token.string
required
Bearer YOUR_API_KEYRequest
Response
Returns200 OK with a JSON body describing your account.
number
required
The numeric ID of the organization your API key belongs to.
number
required
The numeric ID of the account associated with your API key.
number
required
Your current credit balance. Credits are consumed each time you submit a benchmarking job.
Each benchmarking job deducts credits from your balance equal to the
benchmark_count you submit. Use this endpoint to check your balance before
submitting large batches.