Add links to a chatbot
POST/auth/links/:chat_id
Adds one or more web links to a chatbot for processing and embedding. Requires an active subscription plan. Triggers background processing jobs.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Data saved successfully - Returns the created link objects.
Invalid Content-Type / Chat ID is required / Invalid input data (Zod validation)
Unauthorized Access
Activate your subscription / You do not have permission to add links to this chat
Chat not found
Internal Server Error