---
title: "List visual styles"
method: GET
path: "/v2/visual_styles"
tags: ["Asset"]
---

# List visual styles

`GET /v2/visual_styles`

Get available visual styles/templates filtered by aspect ratio.
Visual styles determine the look and feel of your product videos.

## Query parameters

- `aspect_ratio` 'portrait' | 'landscape' | 'square'

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `visual_styles` object[] — List of visual styles
      - `id` integer — Visual style ID
      - `name` string — Visual style name

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/versions/ec8807ce9c12/schema)
