Create
Create an analysis request
Request Body required
The text to analyse.
The URL to analyse.
The query string to analyse.
The html to analyse.
Default value: en
The language code used for content analysis, e.g. en
.
Default value: United States
The location name for the query, e.g. United Kingdom.
The search engine domain for the query, if not set will be chosen according to query_location_name
Default value: true
Whether to include results from Linked Data (e.g. DBpedia), by default true.
Default value: true
Whether to include results from the local Knowledge Graph, by default true.
Default value: true
Whether to include results from connected Knowledge Graphs, by default true.
- 200
- 401
- 500
Success
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"
}
]
}
Unauthorized
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"
}
]
}