POST OpenAI/GetCopyWritingManu
请求信息
URI 参数
None.
Body 参数
AICopyWriteParameter1| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| Type |
类型,1AI文案,2商品介绍,3朋友圈文案, 4文章仿写,5口播爆火文案,6公众号文章助手,7小红书种草文案 |
integer |
None. |
| Prompt |
信息 |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"AccountId": "775cf7db-159a-4a53-bd9d-f0ca8fdc4c35",
"Type": 2,
"Prompt": "sample string 3"
}
application/xml, text/xml
Sample:
<AICopyWriteParameter1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <Prompt>sample string 3</Prompt> <Type>2</Type> <AccountId>775cf7db-159a-4a53-bd9d-f0ca8fdc4c35</AccountId> </AICopyWriteParameter1>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
ApiJsonBaseOfObject| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| State | integer |
None. |
|
| BizData | Object |
None. |
响应格式
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"State": 3,
"BizData": {}
}
application/xml, text/xml
Sample:
<ApiJsonBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData /> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfanyType>