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",
"preview": "https://example.com/vintage-japanese-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
},
{
"id": 2,
"name": "sara",
"description": "sara",
"category": "people",
"type": "character",
"preview": "https://example.com/sara-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
},
{
"id": 3,
"name": "glasses",
"description": "glasses",
"category": "glasses",
"type": "product",
"preview": "https://example.com/glasses-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
}
],
"customs": [
{
"id": 110,
"name": "sara",
"description": "",
"category": "photography",
"type": "character",
"preview": "https://example.com/sara-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1,
"quality": null
}
}
]
}
}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",
"preview": "https://example.com/vintage-japanese-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
},
{
"id": 2,
"name": "sara",
"description": "sara",
"category": "people",
"type": "character",
"preview": "https://example.com/sara-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
},
{
"id": 3,
"name": "glasses",
"description": "glasses",
"category": "glasses",
"type": "product",
"preview": "https://example.com/glasses-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1.2
}
}
],
"customs": [
{
"id": 110,
"name": "sara",
"description": "",
"category": "photography",
"type": "character",
"preview": "https://example.com/sara-preview.jpg",
"training": {
"status": "completed",
"defaultScale": 1,
"quality": null
}
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.freepik.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
OK
Show child attributes
Was this page helpful?