Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
application/json
Name of the LoRA style. This name will be used to identify the style in the system.
Quality of the LoRA style
Available options:
medium
, high
, ultra
List of images to train the LoRA style
Required array length:
6 - 20
elementsUrl of the image to train the LoRA style
Description of the LoRA style
Webhook URL to notify the user when the task is completed
Response
OK - The request has succeeded and the style is processing
Example:
{
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
],
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}