> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convosphere.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Add URL

## Description

Add a URL to the knowledge base for scraping.

## Authentication

Required (API key or JWT token)

## Request Body

<ParamField body="url" type="string" required>
  The URL to scrape
</ParamField>

<ParamField body="config" type="object">
  Scraping configuration (crawlDepth, maxPages, etc.)
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether URL was added successfully
</ResponseField>

<ResponseField name="documentId" type="string">
  ID of the created document
</ResponseField>

<ResponseField name="jobId" type="string">
  ID of the scraping job
</ResponseField>
