Create
Create an Entity Gaps analysis.
Request Body required
The URL to analyze.
The search query to analyze.
The model
Default value: 5
Number of entities to highlight.
Default value: United States
The location name for the query, e.g. United Kingdom.
Default value: google.com
The search engine domain for the query, if not set will be chosen according to query_location_name
- 200
- 401
- 500
Found.
Schema
- Array [
- ]
items object[]
The text matching the entity.
Possible values: <= 1
The confidence score this is the right entity.
The number of occurrences.
The position of the entity in SERP. null
if not applicable.
The entity id (URI).
The entity label.
The entity type.
The entity description.
{
"items": [
{
"text": "string",
"confidence": 0,
"occurrences": 0,
"serp_position": 0,
"entity_id": "string",
"entity_label": "string",
"entity_type": "string",
"entity_description": "string"
}
]
}
Authentication Failure
Schema
- Array [
- ]
items object[]
The text matching the entity.
Possible values: <= 1
The confidence score this is the right entity.
The number of occurrences.
The position of the entity in SERP. null
if not applicable.
The entity id (URI).
The entity label.
The entity type.
The entity description.
{
"items": [
{
"text": "string",
"confidence": 0,
"occurrences": 0,
"serp_position": 0,
"entity_id": "string",
"entity_label": "string",
"entity_type": "string",
"entity_description": "string"
}
]
}
Uh oh, something went wrong
Schema
- Array [
- ]
items object[]
The text matching the entity.
Possible values: <= 1
The confidence score this is the right entity.
The number of occurrences.
The position of the entity in SERP. null
if not applicable.
The entity id (URI).
The entity label.
The entity type.
The entity description.
{
"items": [
{
"text": "string",
"confidence": 0,
"occurrences": 0,
"serp_position": 0,
"entity_id": "string",
"entity_label": "string",
"entity_type": "string",
"entity_description": "string"
}
]
}