Extract knowledge from URL

Scrapes a web page and converts it to a .md knowledge file (3-5 seconds). The scraper captures visible text; JavaScript-heavy SPAs may return limited content. After uploading, attach the file to a campaign using POST /knowledgebase/{campaignId}/{id}.

Authentication

api-keystring

Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.

Request

This endpoint expects an object.
urlstringRequiredformat: "uri"
campaignIdstringOptional

Response

Knowledge extracted
filePathstring
filenamestring

Errors

400
Bad Request Error
500
Internal Server Error