contentAppcontentCreate AI content (content).
Request
Body Params application/json
{
"appId": "string",
"name": "string",
"sectionId": "string",
"description": "string",
"icon": "string",
"prompt": "string",
"welcomeMessage": "string",
"presetQuestions": [
"string"
]
}
Request Code Samples
curl --location 'https://www.nocoly.com/v3/app/chatbots' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"name": "string",
"sectionId": "string",
"description": "string",
"icon": "string",
"prompt": "string",
"welcomeMessage": "string",
"presetQuestions": [
"string"
]
}'
Responses
Worksheet created successfully
{
"data": {
"worksheetId": "worksheet123"
},
"success": true
}
Modified at 2026-06-25 10:21:06