
Output
image
Max batch
2
Inputs
- Batch up to 2 per request
Example prompt
A vibrant scene where a glass of freshly squeezed orange juice stands prominently at the center, bathed in warm, glowing sunlight that highlights the vivid, citrus hues of the juice. The glass is intricately detailed, showing condensation droplets that gleam like tiny crystals. Surrounding the base of the glass, scattered orange slices and vibrant green leaves add a touch of natural beauty and freshness. Above the glass, a dynamic splash of orange juice is captured mid-air, forming the word "Orange" in an elegant, flowing script. The splash is so vivid and realistic that each droplet seems to dance in the air, creating a sense of movement and energy. In the background, a picturesque orchard with rows of orange trees stretches out under a clear blue sky, their branches heavy with ripe oranges ready for harvest. Rays of sunlight filter through the leaves, casting dappled shadows on the ground. A gentle breeze rustles the leaves, adding a sense of calm and tranquility to the scene. The entire composition evokes a sense of purity, freshness, and vitality, inviting viewers to experience the simple joy of a glass of fresh orange juice.Try this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=fal-ai/aura-flow.
POST
/api/v1/generate12 fields · 2 required| Field | Type | Requirement | Contract |
|---|---|---|---|
model_id | constant | Required | ArtEmotion model identifier. |
extra | object | Optional | Model-specific settings may also be nested here. |
max_credits | number | Optional | Reject before submission if the estimated list price exceeds this cap. · Range: 1–… |
webhook_url | string | Optional | Format: uri |
webhook_secret | string | Optional | Optional model input. |
folder_id | string | Optional | Optional model input. |
prompt | string | Required | Optional model input. |
expand_prompt | boolean | Optional | Whether to perform prompt expansion (recommended) · Default: true |
num_inference_steps | number | Optional | The number of inference steps to take. · Default: 50 · Range: 20–50 |
guidance_scale | number | Optional | Classifier-free guidance scale. Higher values follow the prompt more strictly. · Default: 3.5 · Range: 0–20 |
seed | integer | Optional | The seed to use for generating images. Leave blank for random. |
num_images | integer | Optional | Range: 1–2 |
Minimal request example
{
"model_id": "fal-ai/aura-flow",
"prompt": "A vibrant scene where a glass of freshly squeezed orange juice stands prominently at the center, bathed in warm, glowing sunlight that highlights the vivid, citrus hues of the juice. The glass is intricately detailed, showing condensation droplets that gleam like tiny crystals. Surrounding the base of the glass, scattered orange slices and vibrant green leaves add a touch of natural beauty and freshness. Above the glass, a dynamic splash of orange juice is captured mid-air, forming the word \"Orange\" in an elegant, flowing script. The splash is so vivid and realistic that each droplet seems to dance in the air, creating a sense of movement and energy. In the background, a picturesque orchard with rows of orange trees stretches out under a clear blue sky, their branches heavy with ripe oranges ready for harvest. Rays of sunlight filter through the leaves, casting dappled shadows on the ground. A gentle breeze rustles the leaves, adding a sense of calm and tranquility to the scene. The entire composition evokes a sense of purity, freshness, and vitality, inviting viewers to experience the simple joy of a glass of fresh orange juice."
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Faura-flow",
"title": "Aura Flow generation request",
"description": "Request body accepted by POST /api/v1/generate for fal-ai/aura-flow.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "fal-ai/aura-flow",
"description": "ArtEmotion model identifier."
},
"extra": {
"type": "object",
"additionalProperties": true,
"description": "Model-specific settings may also be nested here."
},
"max_credits": {
"type": "number",
"minimum": 1,
"description": "Reject before submission if the estimated list price exceeds this cap."
},
"webhook_url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"webhook_secret": {
"type": "string",
"maxLength": 512
},
"folder_id": {
"type": "string"
},
"prompt": {
"type": "string"
},
"expand_prompt": {
"title": "Expand Prompt",
"description": "Whether to perform prompt expansion (recommended)",
"default": true,
"type": "boolean"
},
"num_inference_steps": {
"title": "Num Inference Steps",
"description": "The number of inference steps to take.",
"default": 50,
"type": "number",
"minimum": 20,
"maximum": 50,
"multipleOf": 1
},
"guidance_scale": {
"title": "Guidance Scale",
"description": "Classifier-free guidance scale. Higher values follow the prompt more strictly.",
"default": 3.5,
"type": "number",
"minimum": 0,
"maximum": 20,
"multipleOf": 0.5
},
"seed": {
"title": "Seed",
"description": "The seed to use for generating images. Leave blank for random.",
"type": "integer"
},
"num_images": {
"type": "integer",
"minimum": 1,
"maximum": 2
}
},
"required": [
"model_id",
"prompt"
],
"additionalProperties": false
}FAQ
How much does Aura Flow cost on ArtEmotion?
Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.
Do I get my credits back if Aura Flow fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call Aura Flow from the API?
Yes. Use POST /api/v1/generate with model_id: "fal-ai/aura-flow". See the API reference for the full schema.
Where are my generations stored?
Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.
Ready to generate with Aura Flow?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.