Video Generation API
- Kling Pro 1.6
- Kling Std 1.6
Image Generation API
- Mystic
- Classic Fast
- Google Imagen 3
- Flux dev
- Reimagine Flux
Image Editing API
- Upscaler - Magnific API
- Relight - Magnific API
- Style Transfer - Magnific API
- Remove Background
Stock Content
- Search and features
- Icons
- Images and templates
Mystic
Get loras
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
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Response
200
application/json
OK
List of default Loras
Lora ID
Required range:
x >= 1
Example:
1
Lora name
Example:
"vintage-japanese"
Lora description
Example:
"Expect bold red colors and a sense of nostalgia, bringing to life classic Japanese elements."
Lora category
Example:
"illustration"
Lora type
Example:
"character"
Was this page helpful?
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": []
}
}