Skip to main content
POST
Import source URL

Import Source URL

Import source knowledge from a public web page. Use this for published docs, help center articles, product pages, or other public source material that should inform evaluation questions.

Endpoint

Authentication

Send your platform API key in the x-api-key header.

Path Parameters

Request Body

Success Response

Returns 200 OK with a summary of extracted article content and stored knowledge.

Authorizations

x-api-key
string
header
required

Platform API key for authenticated account-level API access

Path Parameters

id
string<uuid>
required

Evaluation agent ID.

Body

application/json

Import source knowledge from a public web page.

url
string<uri>
required

Public HTTPS URL to process.

Example:

"https://example.com/refund-policy"

Response

Knowledge imported successfully

Summary of the source URL import.

success
boolean
Example:

true

message
string
Example:

"Knowledge imported successfully"

article
object
knowledge
object