Extract logos

GET

Use this method to identify the presence of brand logos within your videos.

Path parameters

index-idstringRequired

The unique identifier of the index to which the video has been uploaded.

video-idstringRequired

The unique identifier of the video.

Query parameters

startdoubleOptional

The start of the time range (in seconds) to retrieve logos for.

enddoubleOptional

The end of the time range (in seconds) to retrieve logos for.

Response

The request has been completed successfully.

idstringOptional

The unique identifier of the video.

datalist of objectsOptional

An array that contains information about all the time ranges for which a brand logo has been identified. For each time range for which the platform identifies the presence of brand logos within the specified video, it returns an object that contains the fields below. If the platform doesn’t find any logos, the data field is set to None.

index_idstringOptional

The unique identifier of the index to which the video has been updated.

Errors

Built with