GET
/
v1
/
ai
/
loras
curl --request GET \
  --url https://api.freepik.com/v1/ai/loras \
  --header 'x-freepik-api-key: <api-key>'
{
  "data": {
    "default": [
      {
        "id": 1,
        "name": "vintage-japanese",
        "description": "Expect bold red colors and a sense of nostalgia, bringing to life classic Japanese elements.",
        "category": "illustration",
        "type": "style",
        "training": {
          "status": "completed",
          "defaultScale": 1.2
        }
      },
      {
        "id": 2,
        "name": "sara",
        "description": "sara",
        "category": "people",
        "type": "character",
        "training": {
          "status": "completed",
          "defaultScale": 1.2
        }
      },
      {
        "id": 3,
        "name": "glasses",
        "description": "glasses",
        "category": "glasses",
        "type": "product",
        "training": {
          "status": "completed",
          "defaultScale": 1.2
        }
      }
    ],
    "customs": []
  }
}

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Response

200
application/json
OK
data
object[]