Knowledge

Add a knowledge URL

Adds a public HTTP or HTTPS URL and starts extraction and indexing. The returned document begins in processing status.

post/knowledge/urls

Request body

namestring
refresh_interval_hours0 | 6 | 12 | 24 | 168
urlstring required

An HTTP or HTTPS URL. A bare hostname is normalized to an HTTPS URL.

Response

The knowledge document was created and queued for processing.

character_countinteger nullable required
created_atstring date-time required
error_messagestring nullable required
file_namestring nullable required
file_size_bytesinteger nullable required
idstring required
is_enabledboolean required
last_checked_atstring date-time nullable required
last_synced_atstring date-time nullable required
namestring required
next_refresh_atstring date-time nullable required
object'knowledge_document' required
refresh_error_messagestring nullable required
refresh_interval_hours0 | 6 | 12 | 24 | 168 | null nullable required
refresh_status'idle' | 'refreshing' | 'failed' required
source_type'file' | 'url' required
source_urlstring uri nullable required
status'processing' | 'ready' | 'failed' required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.