Intravideo Application Status Messages
Status messages returned by the video API.
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:
|
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 {
"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 {
"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 {
"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
|
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
|
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
|
VIDEO_CLASSIFICATION_FAILED | Application Error | There was a problem processing a video. Please reach out to Verity support for further information. Response HTTP Code |
URL_MUST_NOT_BE_EMPTY | Validation Error | The provided url was empty. This can apply to a callbackUrl or url field. Response HTTP Code
|
URL_MALFORMED | Validation Error | The provided url was malformed. This can apply to a callbackUrl or url field. Response HTTP Code
|
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
|
The contents of these documents and any attachments contain GumGum, Inc. confidential information and are legally protected from disclosure.