Minds
Commercial Product Docs
curl --request POST \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots \ --header 'Content-Type: application/json' \ --data '{ "chatbot": { "name": "<string>", "database_name": "<string>", "agent_name": "<string>" } }'
{ "name": "<string>", "database_name": "<string>", "agent_name": "<string>" }
The name of the project where agent resides
Created a chatbot
The response is of type object.
object
Was this page helpful?