信用使用
GET
/api/v1/account/credits/content_scan_usage请求参数
Header 参数
X-OAI-API-KEY
string
必需
示例值:
your-api-key
Content-Type
string
必需
示例值:
application/json
Body 参数text/plain
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
usage
array [object {3}]
必需
contentID
string
必需
credits_used
integer
必需
date
string
必需
示例
{
"usage": [
{
"contentID": "unique_id_for_scan",
"credits_used": 12,
"date": "2022-12-01 00:00:00"
},
{
"contentID": "unique_id_for_scan",
"credits_used": 7,
"date": "2020-12-01 03:15:00"
}
]
}
最后修改时间: 8 个月前