curl --location --request POST 'http://dev-cn.your-api-server.com/api/v0/chatbots//links' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"links": [
{
"url": "https://sitegpt.ai",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/pricing",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/login",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/contact-us",
"urlType": "WEB"
},
{
"url": "https://sitegpt.ai/terms",
"urlType": "WEB"
}
]
}'{
"success": true,
"message": "Added links to the chatbot successfully",
"data": {}
}