Endpoint Examples
Add links
This endpoint allows you to add links to your existing bot
POST
/
v2
/
bots
/
links
/
public
Body
links
array
requiredList of links to be added to your bot. Example [sample_link_1, sample_link_2]
english
boolean
Source language for links.
- If content is in english, then set this as true
- If content is in any other language, then set this as false. In this case, language will be autodetected before the bot is trained
baser
boolean
Set this as true if you want high quality bot creation.
Response
message
string
Indicates whether the request for links addition was sent successfully to the server.