Skip to main content
POST
Process Document From Url

Encabezados

x-knowledge-base-config-id
string<uuid> | null

Cuerpo

application/json

Schema for processing document from URL

client_id
string<uuid>
requerido

Client ID that will own the knowledge

url
string<uri>
requerido

URL of the document to process

Required string length: 1 - 2083
title
string | null

Custom title for the document

description
string | null

Custom description for the document

tags
string[] | null

Custom tags for the document

include_sub_pages
boolean
predeterminado:false

Whether to crawl and process sub-pages found in the main page

max_pages
integer
predeterminado:1

Maximum number of pages to process (including main page)

Rango requerido: 1 <= x <= 50

Respuesta

Successful Response

data
any
requerido

Response payload

meta
any
requerido

Metadata

success
boolean
predeterminado:true

Success indicator

message
string | null

Optional success message