v1
latestOpenAPI 3.1.02026-08-041911887.3 KBContent Search
Get a document by id
get/documents/{id}
Path parameters
idstring uuid required
Example:bcd2d868-ed38-4382-b94a-622a30fc3215
Response
Returns the document for this id
Example response
{
"document": {
"story-id": "bcd2d868-ed38-4382-b94a-622a30fc3215",
"entities": [
{
"id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
}
],
"source": {
"id": "61e158b0-f3a4-468c-9857-03841aa90ef4",
"name": "The Newspaper",
"country": "United Kingdom",
"subregion": "Northern Europe",
"region": "Europe"
},
"topics": [
{
"id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
}
],
"categories": {
"iptc-media-topics": [
{
"id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
}
]
},
"id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
}
}