Altimate AI ACCOUNT_COSTS API
The ACCOUNT_COSTS API from Altimate AI — 4 operation(s) for account_costs.
The ACCOUNT_COSTS API from Altimate AI — 4 operation(s) for account_costs.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/altimate-ai-account-costs-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Fast ACCOUNT COSTS API
version: 0.1.0
servers:
- url: https://api.myaltimate.com
description: Base URL reconciled from apis.yml
tags:
- name: ACCOUNT_COSTS
paths:
/account_costs/accounts:
get:
tags:
- ACCOUNT_COSTS
summary: Get Accounts
operationId: get_accounts_account_costs_accounts_get
responses:
'200':
description: Successful Response
content:
application/json:
schema:
items:
type: string
type: array
title: Response Get Accounts Account Costs Accounts Get
'400':
description: Not supported for public user
content:
application/json:
schema:
additionalProperties: true
type: object
title: Response 400 Get Accounts Account Costs Accounts Get
'403':
description: Not supported for public user
content:
application/json:
schema:
additionalProperties: true
type: object
title: Response 403 Get Accounts Account Costs Accounts Get
security:
- HTTPBearer: []
- HTTPBearer: []
/account_costs/total:
get:
tags:
- ACCOUNT_COSTS
summary: Get Total Costs
operationId: get_total_costs_account_costs_total_get
security:
- HTTPBearer: []
- HTTPBearer: []
parameters:
- name: start_date
in: query
required: false
schema:
type: string
title: Start Date
- name: end_date
in: query
required: false
schema:
type: string
title: End Date
- name: accounts
in: query
required: false
schema:
type: array
items:
type: string
title: Accounts
responses:
'200':
description: Successful Response
content:
application/json:
schema:
type: object
additionalProperties:
type: number
title: Response Get Total Costs Account Costs Total Get
'400':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 400 Get Total Costs Account Costs Total Get
'403':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 403 Get Total Costs Account Costs Total Get
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
/account_costs/chart:
get:
tags:
- ACCOUNT_COSTS
summary: Get Chart
operationId: get_chart_account_costs_chart_get
security:
- HTTPBearer: []
- HTTPBearer: []
parameters:
- name: start_date
in: query
required: false
schema:
type: string
title: Start Date
- name: end_date
in: query
required: false
schema:
type: string
title: End Date
- name: accounts
in: query
required: false
schema:
type: array
items:
type: string
title: Accounts
- name: aggregation_level
in: query
required: false
schema:
type: string
default: day
title: Aggregation Level
responses:
'200':
description: Successful Response
content:
application/json:
schema:
type: array
items:
type: object
additionalProperties: true
title: Response Get Chart Account Costs Chart Get
'400':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 400 Get Chart Account Costs Chart Get
'403':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 403 Get Chart Account Costs Chart Get
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
/account_costs/table:
get:
tags:
- ACCOUNT_COSTS
summary: Get Table
operationId: get_table_account_costs_table_get
security:
- HTTPBearer: []
- HTTPBearer: []
parameters:
- name: start_date
in: query
required: false
schema:
type: string
title: Start Date
- name: end_date
in: query
required: false
schema:
type: string
title: End Date
- name: accounts
in: query
required: false
schema:
type: array
items:
type: string
title: Accounts
responses:
'200':
description: Successful Response
content:
application/json:
schema:
type: array
items:
type: object
additionalProperties: true
title: Response Get Table Account Costs Table Get
'400':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 400 Get Table Account Costs Table Get
'403':
description: Not supported for public user
content:
application/json:
schema:
type: object
additionalProperties: true
title: Response 403 Get Table Account Costs Table Get
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
components:
schemas:
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
type: array
title: Location
msg:
type: string
title: Message
type:
type: string
title: Error Type
type: object
required:
- loc
- msg
- type
title: ValidationError
securitySchemes:
HTTPBearer:
type: http
scheme: bearer