跳转到主要内容
POST
/
api
/
product
/
call
/
{api_id}
调用API产品
curl --request POST \
  --url https://api.turbo.com/api/product/call/{api_id} \
  --header 'Content-Type: application/json' \
  --data '{}'

路径参数

api_id
string
必填

API产品ID

请求体

application/json

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

The body is of type object.

响应

200

调用成功