Suggest
Create an Internal Links suggestion.
Request Body required
- Title: {{ anchor.title }}
- Keyword: {{ anchor.keyword }}
- Anchor text: {{ anchor.anchor_text }} {%- endfor -%} `
- Array [
- Array [
- ]
- ]
anchor_text object
The Anchor Text request.
Default value: false
Whether to enable Anchor Text, by default false.
Default value: 15
The maximum anchor text length, by default 15 characters.
Default value: gpt-4
The model to use.
Default value: `As an SEO and content editor, your task is to create a concise and appropriate anchor text to enhance keyword targeting, using the provided keyword and page title. Ensure to maintain a neutral tone and adhere to the examples below for guidance:
{%- for anchor in anchors -%}
The prompt template, we provide a default. Liquid template language is supported.
items object[] required
An array of items.
The entity id, reused in the output template.
query object required
A query request.
List of extra fields to be retrieved.
filters object[]
A list of prefilters.
Operational filters such as AND or OR.
The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]
Possible values: [EQ
, GT
, LT
, NE
, GTE
, LTE
, IN
, NIN
, AND
, OR
]
A query request filter operator.
value object
The filter value.
array
The filter value.
string
The filter value.
array
The filter value.
integer
The filter value.
array
The filter value.
number
The filter value.
array
The filter value.
integer
The filter value.
The filter value as a date, if provided will be preferred over the value
field.
The list of embeddings, not required if query_string
is provided.
The query string, not required if the query_embeddings
are provided. Please note that the query_string
is ignored if the query_embeddings
are provided.
Perform a Vector Search based on similarities with an entity with the specified URI.
Perform a Vector Search based on similarities with an entity with the specified URL (schema:url).
Possible values: >= 1
Default value: 2
The similarity top K.
The webpage name, reused in the output template.
The output template, not required, we provide a default JSON-LD template
- 201
- 401
Created
Schema
- Array [
- Array [
- ]
- ]
destinations object[] required
InternalLink destinations configuration.
Identifier of the Entity.
The position of an item in a series or sequence of items.
URL of the Entity.
source object required
InternalLink source configuration.
Entity identifier.
Entity name.
Entity url.
[
{
"destinations": [
{
"name": "string",
"position": 0,
"url": "string"
}
],
"source": {
"id": "string",
"name": "string",
"url": "string"
}
}
]
Authentication Failure