Is there any way to fetch vertical (or non-vertical) videos via API #85
Unanswered
lrkissling
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
We are using the
/search/publishedendpoint of the Content API to search for videos by tag, using an OpenSearch query akin toq=type:video+AND+taxonomy.tag.text:"test". We would also like to filter by whether a video is a vertical video or not.Issue
While the ANS for videos includes a
additional_properties.verticalfield that indicates whether a video has a vertical aspect ratio, this field is not available for searching or filtering in Content API.Question
Is there any way I am not aware of to fetch videos via API, filtering by video aspect ratio? We could add a
vertical-videotag and filter that way, but that requires Video Center users to properly tag vertical videos which may be unreliable.Beta Was this translation helpful? Give feedback.
All reactions