Knowledge
Add URL
Add a web page URL to an agent’s knowledge base.
POST
Request Body
The agent’s public ID (ag_*)
Web page URL to scrape and index
Crawl and index linked pages on the same domain
Response 201
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Agent not found |
422 | Invalid URL format |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to add a URL to knowledge base.
Available options:
scrapling, firecrawl, newspaper, jinareader, trafilatura, spider, websitetools Required range:
1 <= x <= 1000Required range:
1 <= x <= 100Response
Successful Response

