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

Authentication

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

Path parameters

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

Body

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

Response

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

Errors

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