메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt

Use this file to discover all available pages before exploring further.

개요

이 엔드포인트는 선택한 API 키의 소비 기준 청구 집계를 반환합니다. 총 비용, 총 요청 수, 과금 단위별 사용량, 요청에 넣는 모델 이름(model), 벤더, scene, accessChannel, 캐시 유형별 내역과 일별 비용 추세가 포함됩니다.

주의 사항

  • 충전, 인보이스 등 조직 수준의 재무 기록은 포함되지 않습니다.

예시

curl -X GET "https://api.lemondata.cc/v1/management/api-keys/key_abc123def456/billing?startDate=2026-01-01&endDate=2026-01-31" \
  -H "Authorization: Bearer mt-your-management-token"

요청 / 응답

정확한 스키마를 위해 위의 대화형 OpenAPI 패널을 사용하세요.