Create image from text - Flux dev
Convert descriptive text input into images using AI. This endpoint accepts a variety of parameters to customize the generated images.
Authorizations
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Body
The prompt is a short text that describes the image you want to generate. It can range from simple descriptions, like "a cat"
, to detailed scenarios, such as "a cat with wings, playing the guitar, and wearing a hat"
. If no prompt is provided, the AI will generate a random image.
Webhook URL to notify the user when the task is completed
Image size with the aspect ratio. The aspect ratio is the proportional relationship between an image's width and height, expressed as *_width_height (e.g., square_1_1, widescreen_16_9). It is calculated by dividing the width by the height.
If not present, the default is square_1_1
.
square_1_1
, classic_4_3
, traditional_3_4
, widescreen_16_9
, social_story_9_16
, standard_3_2
, portrait_2_3
, horizontal_2_1
, vertical_1_2
, social_post_4_5
Styling options for the image
Seed for the image generation. If not provided, a random seed will be used.
1 < x < 4294967295
Response
Was this page helpful?