Skip to main content
POST
Adds URL sources to the project knowledge base and queues crawling/indexing. Returns 201 Created.

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.

Body

urls
array
required
List of page URLs to ingest.
crawler
string
default:"crawl4ai"
Crawler engine: crawl4ai or apify.

Response

Success message confirming URLs were queued. data is typically null.

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized, or link quota exceeded.