句子扩展器
POST
/v2/business/content/sentence-expand将短句扩展为更具描述性和有趣的句子。
请求参数
Query 参数
engine
string
必需
示例值:
economy
language
string
必需
示例值:
en
num_copies
integer
必需
Header 参数
content-type
string
必需
示例值:
application/json
Body 参数application/json
content_to_expand
string
必需
示例
{
"content_to_expand": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array[null]
可选
示例
[
null
]
最后修改时间: 10 个月前