1. 日账单
AboAI-Doc
中文
  • 中文
  • English
  • 首页
  • AboAi-API
    • 模型Model
      • 原生OpenAI格式
      • 原生Gemini格式
    • 聊天Chat
      • 原生OpenAI格式
      • 原生Gemini格式
      • 原生Claude格式
      • Responses 请求(openai)
    • 音频Audio
      • Gemini Live
      • 原生OpenAI格式 TTS
      • 原生Gemini格式 TTS
    • 图像Images
      • 原生OpenAI格式 图像生成
      • 原生Gemini格式 图像生成
      • 原生OpenAI格式 图像编辑(JSON)
      • 原生OpenAI格式 图像编辑(Multipart)
    • 视频Video
      • Seedance2.0格式
        • 创建视频生成任务
        • 查询视频生成任务状态
    • 向量 Vector
      • Embeddings
        • 创建 Embedding
    • 翻译Translation
      • 语音翻译
    • 日账单
      • 查询消费明细列表
        GET
      • 查询日粒度汇总(无明细)
        GET
    • 知识库knowledge
      • 知识库管理
        • 查询知识库列表
        • 创建知识库
        • 获取知识库详情
        • 更新知识库
        • 删除知识库
      • 附件管理
        • 查询附件列表
        • 上传附件
        • 获取附件处理状态
        • 获取附件详情
        • 删除附件
      • 检索问答
        • 语义检索
        • RAG 问答
  • AI应用
    • AboAI API 对接Claude Code
    • AboAI API 对接Cursor
    • AboAI API 对接Codex-cli
    • AboAi API 对接Codex Desktop
    • AboAI API 对接 Hermes-Agent
  1. 日账单

查询日粒度汇总(无明细)

GET
/getDailySummary
按日期范围查询查询日粒度汇总(无明细)

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.aboai.ai/getDailySummary?startDate=2026-07-01&endDate=2026-07-05&userId=undefined&userName=undefined&pageSize=10&pageNum=1' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "code": 200,
    "message": "查询成功",
    "data": {
        "total": 10,
        "provider": "PROVIDER NAME",
        "rows": [
            {
                "billMonth": "202607",
                "billDay": "2026-07-01",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.08714708",
                "subtotalAfterDiscount": "0.08714708",
                "totalAmountAfterTax": "0.08714708"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-30",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.05885100",
                "subtotalAfterDiscount": "0.05885100",
                "totalAmountAfterTax": "0.05885100"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-26",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.13916820",
                "subtotalAfterDiscount": "0.13916820",
                "totalAmountAfterTax": "0.13916820"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-25",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.00555000",
                "subtotalAfterDiscount": "0.00555000",
                "totalAmountAfterTax": "0.00555000"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-19",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.04413631",
                "subtotalAfterDiscount": "0.04413631",
                "totalAmountAfterTax": "0.04413631"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-17",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.00630500",
                "subtotalAfterDiscount": "0.00630500",
                "totalAmountAfterTax": "0.00630500"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-10",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.00391000",
                "subtotalAfterDiscount": "0.00391000",
                "totalAmountAfterTax": "0.00391000"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-08",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.05676000",
                "subtotalAfterDiscount": "0.05676000",
                "totalAmountAfterTax": "0.05676000"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-05",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.21101000",
                "subtotalAfterDiscount": "0.21101000",
                "totalAmountAfterTax": "0.21101000"
            },
            {
                "billMonth": "202606",
                "billDay": "2026-06-04",
                "billingDateTimezone": "utc+8",
                "account": "2049004973233119233",
                "currency": "USD",
                "subtotalBeforeTax": "0.00518775",
                "subtotalAfterDiscount": "0.00518775",
                "totalAmountAfterTax": "0.00518775"
            }
        ]
    }
}
Modified at 2026-07-24 08:09:59
Previous
查询消费明细列表
Next
查询知识库列表
Built with