Convert descriptive text input into images using AI. This endpoint accepts a variety of parameters to customize the generated images.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
The text prompt used to generate the image
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
The aspect ratio of the generated image
square_1_1, widescreen_16_9, social_story_9_16, portrait_2_3, traditional_3_4, standard_3_2, classic_4_3 Controls how closely the output image aligns with the input prompt. Higher values mean stronger prompt correlation.
0 <= x <= 20Random seed to control the stochasticity of image generation
0 <= x <= 2147483647OK - The request has succeeded and the Seedream process has started.
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}