Skip to main content
Convosphere AI home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Knowledge Base
Add URL
Guides
API Reference
Dashboard
Support
Overview
API Reference
Authentication
POST
Login
POST
Signup
POST
Refresh Token
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
Chat
POST
Send Message
POST
Stream Message
GET
Get Messages
GET
Get Conversations
Knowledge Base
GET
List Documents
POST
Upload Document
POST
Add URL
DEL
Delete Document
Integrations
GET
List Integrations
POST
Create Integration
GET
List Providers
Webhooks
GET
List Webhooks
POST
Create Webhook
Webhook Events
200
Copy
{
"success"
:
true
,
"documentId"
:
"<string>"
,
"jobId"
:
"<string>"
}
Knowledge Base
Add URL
Copy page
Copy page
POST
/
api
/
agents
/
{agentId}
/
knowledge
/
url
Try it
200
Copy
{
"success"
:
true
,
"documentId"
:
"<string>"
,
"jobId"
:
"<string>"
}
Description
Add a URL to the knowledge base for scraping.
Authentication
Required (API key or JWT token)
Request Body
url
string
required
The URL to scrape
config
object
Scraping configuration (crawlDepth, maxPages, etc.)
Response
success
boolean
Whether URL was added successfully
documentId
string
ID of the created document
jobId
string
ID of the scraping job
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Upload Document
Delete Document
⌘I