商业创意 API
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://flows.contentvillain.com/webhook/business-ideas
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://flows.contentvillain.com/webhook/business-ideas' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"passion": "string"
}'
响应示例响应示例
[
{
"text": "string"
}
]
请求参数
Header 参数
x-api-key
string
必需
Body 参数application/json