Skip to main content
PATCH
Update Content URL

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

The ID of the org

content_id
string
required

The ID of the content

Body

Schema for updating a vector

exclude_path_patterns
string[]

Exclude paths patterns

Maximum array length: 256
Maximum string length: 2048
Example:
include_path_patterns
string[]

Include paths patterns

Maximum array length: 256
Maximum string length: 2048
Example:
mode
enum<string>

Mode of URL content processing

Available options:
CRAWL,
SINGLE_URL

Response

200 - application/json

Schema for vector content

id
string
required
title
string
required

Title of the vector

type
enum<string>
required

Type of the vector content

Available options:
TEXT,
FILE,
URL
content
object
required

Content configuration schema for different vector input types

size
number
required

Size of the vector in bytes

chunks_processed
number
required

Number of chunks processed for the vector

chunks_count
number
required

Number of chunks in the vector

error
string | null
required

Error message if vector processing failed

status
enum<string>
required

Status of vector processing

Available options:
PENDING,
PROCESSING,
PROCESSED,
FAILED
created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required
parent_content_id
string

Parent content ID

children
object[]

Children (for URL crawl parents)