Skip to main content
GET
Suggested related pages

Change Log

No changes to report

Authorizations

Authorization
string
header
required

Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.

Path Parameters

accountId
integer
required

Account identifier

webPropertyId
integer
required

Web property identifier

Query Parameters

prompts
string[]
required

Prompts to find related pages for (max 5). Repeat the parameter to add more.

Maximum array length: 5

Response

Suggested related pages

url
string
required

The URL of the related page.

distance
number<float>
required

Vector similarity distance.

title
string | null

The title of the related page.

content
string | null

Content snippet for the related page.