GET
/
templates
/
custom
curl --request GET \
  --url https://api.jogg.ai/v1/templates/custom \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "templates": [
      {
        "id": 2400,
        "name": "Anker USB C Charger, 735 Charger (Nano II 65",
        "cover_url": "https://res.jogg.ai/cover.png",
        "preview_url": "https://res.jogg.ai/preview.png",
        "aspect_ratio": 0
      }
    ]
  }
}

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
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