Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Tag User Accounts Status

Retrieve the status of a video during user account tagging for Rev IQ – Facial Recognition.

GET
/api/v2/videos/{videoId}/user-tags/status

Path Parameters

Name Type Description Required
videoId string ID of video to return user tagging status for Yes

Response Body

application/json

{
"videoId": "string",
"title": "string",
"userTagsStatus": {
"status": "string",
"errorCode": "string",
"errorMessage": "string"
}
}

Parameter Type Description
videoId string Video ID for tagging user account status.
title string video title
userTagStatus {  } object { status, errorCode, errorMessage } Possible status messages: InProgress, Failed, Finished

Resource not found.

Internal server error