GET
/
visual_styles
curl --request GET \
  --url https://api.jogg.ai/v1/visual_styles \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "visual_styles": [
      {
        "id": 2400,
        "name": "Simple split screen template"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

aspect_ratio
enum<integer>
default:-1

Screen aspect ratio:

  • -1 - All

  • 0 - [9:16]

  • 1 - [16:9]

  • 2 - [1:1]

Available options:
-1,
0,
1,
2

Response

200 - application/json

Success

The response is of type object.