Vionlabs Content Similarity Results API
Vionlabs API for retrieval of content similarity results.
Get similar movies
DEPRECATED. Please use Fingerprint+ API instead.
In: header
Path Parameters
Customer's identifier for a catalog item
Query Parameters
Specify Fingerprint+ version for the similarity lists
Number of items to skip from beginning of list
Number of items to return in list
Maximum score for which items are included
Response Body
curl -X GET "https://loading/results/similar/similar/v2/movies/string?version=string&skip=0&count=0&max_score=0"{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"last_updated": "2019-08-24T14:15:22Z",
"version_id": "string",
"similar": [
{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"score": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get similar series
DEPRECATED. Please use Fingerprint+ API instead.
In: header
Path Parameters
Customer's identifier for a catalog item
Query Parameters
Specify Fingerprint+ version for the similarity lists
Number of items to skip from beginning of list
Number of items to return in list
Maximum score for which items are included
Response Body
curl -X GET "https://loading/results/similar/similar/v2/series/string?version=string&skip=0&count=0&max_score=0"{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"last_updated": "2019-08-24T14:15:22Z",
"version_id": "string",
"similar": [
{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"score": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get similar items
DEPRECATED. Please use Fingerprint+ API instead.
In: header
Path Parameters
Customer's identifier for a catalog item
Query Parameters
Specify Fingerprint+ version for the similarity lists
Number of items to skip from beginning of list
Number of items to return in list
Maximum score for which items are included
Response Body
curl -X GET "https://loading/results/similar/similar/v2/string?version=string&skip=0&count=0&max_score=0"{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"last_updated": "2019-08-24T14:15:22Z",
"version_id": "string",
"similar": [
{
"inventory_id": "string",
"type": "movie",
"vionlabs_id": "string",
"score": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Vionlabs Catalog API
Vionlabs API for ingesting and synchronising asset information. Catalog data is central to the operation of the system. To fully understand the models and the implications of operations, developers and integrators should consult the relevant section of the Vionlabs developer documentation.
Vionlabs Content Summary API
Vionlabs Content Summary API for summarizing information-heavy content (news segments, podcasts).