Dify Controller
Create a new Dify bot instance
Creates a new Dify bot with the provided configuration
post/dify/create/{instance}
Path parameters
instancestring required
Name of the instance
Request body
Response
Bot instance created successfully
Example response
{
"message": "Bot instance created successfully"
}