Asset
List visual styles
Get available visual styles/templates filtered by aspect ratio. Visual styles determine the look and feel of your product videos.
get/v2/visual_styles
Query parameters
aspect_ratio'portrait' | 'landscape' | 'square'
Example:portrait
Filter by aspect ratio
Response
Success
Example response
{
"msg": "Success",
"data": {
"visual_styles": [
{
"id": 2400,
"name": "Simple split screen template"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.