GET
/
avatars
/
photo_avatars
curl --request GET \
  --url https://api.jogg.ai/v1/avatars/photo_avatars \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "avatars": [
      {
        "avatar_id": 12345,
        "name": "My Photo Avatar",
        "cover_url": "https://example.com/avatar/cover.jpg",
        "status": 1,
        "fail_msg": "",
        "aspect_ratio": 9,
        "style": "professional",
        "gender": "male",
        "age": "25-35"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

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