NLP 改写器
开发环境
开发环境
POST
https://flows.contentvillain.com/webhook/nlp-rephraser
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://flows.contentvillain.com/webhook/nlp-rephraser' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
[
{
"Outputs": [
{
"Generated": "The cat sat all night drinking with his friends on the mat."
},
{
"Generated": "The cat sat all night in the mat with his friends, drinking."
}
]
}
]
请求参数
Header 参数
x-api-key
string
必需
Body 参数application/json
返回响应
修改于 2024-02-22 09:57:40