重述你的内容
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/custom/api/content/rephrase
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/content/rephrase' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": ""
}'
响应示例响应示例
{
"copies": [
{
"content": "<Rephrased Content>"
}
],
"text": "<Input Text>",
"status": "success",
"message": "copies generated successfully"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer <token>
Body 参数application/json