Originality ai
  1. 帐户
Originality ai
  • 简述
  • 错误信息
  • 扫描
    • 人工智能扫描
      POST
    • 抄袭/可读性扫描
      POST
    • 人工智能与抄袭/可读性扫描
      POST
    • 人工智能网址扫描
      POST
  • 帐户
    • 信用额度
      GET
    • 信用使用
      GET
    • 付款方式
      GET
  1. 帐户

信用使用

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/api/v1/account/credits/content_scan_usage
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/account/credits/content_scan_usage' \
--header 'X-OAI-API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
  "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"
    }
  ]
}

请求参数

Header 参数
X-OAI-API-KEY
string 
必需
示例值:
your-api-key
Content-Type
string 
必需
示例值:
application/json

返回响应

🟢200成功
application/json
Body
usage
array [object {3}] 
必需
contentID
string 
必需
credits_used
integer 
必需
date
string 
必需
上一页
信用额度
下一页
付款方式
Built with