跳转到主要内容
POST
/
api
/
product
/
credits
/
required
/
{api_id}
获取本次调用所需的积分
curl --request POST \
  --url https://api.turbo.com/api/product/credits/required/{api_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "credits": 123
}

路径参数

api_id
string
必填

API产品ID

请求体

application/json

请求参数(任意对象,内部会根据API模板进行绑定)

The body is of type object.

响应

200 - application/json

本次调用所需的积分

credits
integer

积分