KIE.AI
Chinese
  • English
  • Chinese
Chinese
  • English
  • Chinese
Support
Chinese
  • English
  • Chinese
MarketVeo3.1 APISuno API4o Image APIFlux Kontext APIRunway APILuma APIFile Upload APICommon API
MarketVeo3.1 APISuno API4o Image APIFlux Kontext APIRunway APILuma APIFile Upload APICommon API
  1. Common API
  • 通用 API 快速入门
  • Webhook 安全校验
  • 获取剩余积分
    GET
  • 获取生成文件的下载链接
    POST
Chinese
  • English
  • Chinese
Support
Chinese
  • English
  • Chinese
MarketVeo3.1 APISuno API4o Image APIFlux Kontext APIRunway APILuma APIFile Upload APICommon API
MarketVeo3.1 APISuno API4o Image APIFlux Kontext APIRunway APILuma APIFile Upload APICommon API
  1. Common API

获取剩余积分

GET
/api/v1/chat/credit
获取您账户中可用的当前积分余额。

使用指南#

使用此接口检查您当前的积分余额
监控使用情况以确保有足够的积分继续使用服务
根据使用模式计划积分补充

开发者注意事项#

所有生成服务都需要积分余额
积分耗尽时服务访问将受到限制
积分消耗基于特定服务和使用量

Request

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

Responses

🟢200
application/json
请求成功
Body

🔴500Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kie.ai/api/v1/chat/credit' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - 成功示例
{
    "code": 200,
    "msg": "success",
    "data": 100
}
Previous
Webhook 安全校验
Next
获取生成文件的下载链接
Built with