Skip to main content
POST
Anchor text and URL recommendations

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

Body

application/json
text
string
required

The text to analyze for internal link recommendations.

webPropertyId
integer
required

Web property ID used to scope recommendations.

instructions
string | null

Optional instructions for the recommendations.

URLs to exclude from the recommendations.

Filter narrowing which candidate pages are eligible for recommendations.

cache
boolean
default:false

Whether cached results may be used.

promptLabel
string | null

Prompt label used for recommendation generation.

language
string | null

Language filter for the recommendations.

Response

Anchor text and URL recommendations

anchorsAndUrls
object[]
required

The anchor text and URL recommendations.

additionalInfo
object[]
required

Additional information for the query.

chatCompletionId
string | null

The chat completion ID.