Status Message | Code Type | Description |
INITIATED | Status | Once Verity has checked that the URL is properly formed and does not already exist in the cache, the request is passed to the Verity classification systems and the status updates to INITIATED. |
DOWNLOADING | Status | The Verity classification system is downloading the video for processing. |
ANALYZING | Status | The Verity classification system is analyzing text and images extracted from the video to identify the following: IAB categories Keywords Threats Sentiments
|
PROCESSED | Status | The video has been processed and the Verity analysis JSON is available. |
VIDEO_DOWNLOAD_FAILED | Application Error | The video could not be downloaded. Please reach out to Verity support for further information. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"errors": [
{
"reason": "VIDEO_DOWNLOAD_FAILED"
}
]
} |
|
VIDEO_TRANSCRIPTION_FAILED | Application Error | Generating a video transcription failed. In such cases, Verity may rely on just the visual component to provide classification results. Please reach out to Verity support for further information. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"data": {
"intervals": [
{
"start_time_seconds": 0,
"end_time_seconds": 63.129734,
"errors": [
{
"reason": "VIDEO_TRANSCRIPTION_FAILED"
}
]
},
{
"start_time_seconds": 63.129734,
"end_time_seconds": 124.791336,
"language": "es",
"keywords": [
"franki",
"franki franklin",
"el apuntador permanece fuera"
],
"threats": [
"ggt7_high",
"ggt1_high"
],
"iab": [
"iab_641",
"iab_640"
],
"iab_v2": [
"iab_641",
"iab_640"
],
"iab_v3": [],
"custom": []
}
],
"processedAt": "2023-07-07T10:06:10.634Z",
"expiresAt": "2024-07-01T10:06:10.634Z",
}
} |
|
VIDEO_OCR_FAILED | Application Error | Optical Character Recognition failed for the provided video. Note that OCR is an optional step in our process. Receiving this code is rare, but if encountered, please reach out to Verity support for further information. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"data": {
"intervals": [
{
"start_time_seconds": 0,
"end_time_seconds": 63.129734,
"errors": [
{
"reason": "VIDEO_OCR_FAILED"
}
]
},
{
"start_time_seconds": 63.129734,
"end_time_seconds": 124.791336,
"language": "es",
"keywords": [
"franki",
"franki franklin",
"el apuntador permanece fuera"
],
"threats": [
"ggt7_high",
"ggt1_high"
],
"iab": [
"iab_641",
"iab_640"
],
"iab_v2": [
"iab_641",
"iab_640"
],
"iab_v3": [],
"custom": []
}
],
"processedAt": "2023-07-07T10:06:10.634Z",
"expiresAt": "2024-07-01T10:06:10.634Z",
}
} |
|
VIDEO_NOT_FOUND | Application Error | The provided uuid is not associated with a video. Please verify that the correct uuid provided by Verity is used. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"errors": [
{
"reason": "VIDEO_NOT_FOUND"
}
]
} |
|
LANGUAGE_NOT_SUPPORTED | Application Error | The inferred language of a transcription is not supported by Verity. In such cases, Verity may rely on just the visual component to provide classification results. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"data": {
"intervals": [
{
"start_time_seconds": 0,
"end_time_seconds": 63.129734,
"errors": [
{
"reason": "LANGUAGE_NOT_SUPPORTED"
}
]
},
{
"start_time_seconds": 63.129734,
"end_time_seconds": 124.791336,
"language": "es",
"keywords": [
"franki",
"franki franklin",
"el apuntador permanece fuera"
],
"threats": [
"ggt7_high",
"ggt1_high"
],
"iab": [
"iab_641",
"iab_640"
],
"iab_v2": [
"iab_641",
"iab_640"
],
"iab_v3": [],
"custom": []
}
],
"processedAt": "2023-07-07T10:06:10.634Z",
"expiresAt": "2024-07-01T10:06:10.634Z",
}
} |
|
LANGUAGE_DETECTION_FAILED | Application Error | There was an error inferring the language of a transcription. In such cases, Verity may rely on just the visual component to provide classification results. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"data": {
"intervals": [
{
"start_time_seconds": 0,
"end_time_seconds": 63.129734,
"errors": [
{
"reason": "LANGUAGE_DETECTION_FAILED"
}
]
},
{
"start_time_seconds": 63.129734,
"end_time_seconds": 124.791336,
"language": "es",
"keywords": [
"franki",
"franki franklin",
"el apuntador permanece fuera"
],
"threats": [
"ggt7_high",
"ggt1_high"
],
"iab": [
"iab_641",
"iab_640"
],
"iab_v2": [
"iab_641",
"iab_640"
],
"iab_v3": [],
"custom": []
}
],
"processedAt": "2023-07-07T10:06:10.634Z",
"expiresAt": "2024-07-01T10:06:10.634Z",
}
} |
|
VIDEO_CLASSIFICATION_FAILED | Application Error | There was a problem processing a video. Please reach out to Verity support for further information. Response HTTP Code HTTP/1.1: 200 Example Invalid Request Code Block |
---|
| {
"url": "https://mcd.ex.co/video/upload/v1490095101/landscapeb32c.mp4",
"uuid": "41e72f58-3c73-5248-bd8c-7df49f17dea3",
"errors": [
{
"reason": "VIDEO_CLASSIFICATION_FAILED"
}
]
} |
|
URL_MUST_NOT_BE_EMPTY | Validation Error | The provided url was empty. This can apply to a callbackUrl or url field. Response HTTP Code HTTP/1.1: 400 Example Invalid Request Code Block |
---|
| {
"errors": [
{
"reason": "URL_MUST_NOT_BE_EMPTY"
}
]
} |
|
URL_MALFORMED | Validation Error | The provided url was malformed. This can apply to a callbackUrl or url field. Response HTTP Code HTTP/1.1: 400 Example Invalid Request Code Block |
---|
| {
"errors": [
{
"reason": "URL_MALFORMED"
}
]
} |
|
URL_MISSING_HTTP_PROTOCOL | Validation Error | The provided url did not include an HTTP schema. This can apply to a callbackUrl or url. Response HTTP Code HTTP/1.1: 400 Example Invalid Request Code Block |
---|
| {
"errors": [
{
"reason": "URL_MISSING_HTTP_PROTOCOL"
}
]
} |
|