Neon gift roomExample 01flux-pro
flux-pro is available through TTAPI. State-of-the-art prompt adherence, photoreal detail, and in-context image editing.
Neon gift roomExample 01
Emerald fishing lakeExample 02
Rainforest tiger cubExample 03
Paradise sunriseExample 04Prompt to image, in context
Black man in oversized light pink puffer jacket standing in neon pink checkered tile room, floating colorful gift boxes around him, pink-blue neon wall lights, dreamy surreal atmosphere, smooth digital painting, soft lens flare, subtle vintage film grain --ar 1:1
A cinematic aerial view of a tranquil emerald lake surrounded by a dense ancient forest, a small handcrafted wooden fishing boat drifting peacefully across crystal clear water, a lone figure sitting quietly at the stern holding a fishing rod, vibrant lily pads in countless shades of green forming natural patterns across the shimmering surface, submerged aquatic plants faintly visible beneath the transparent water, lush trees with rich foliage reaching over the shoreline, scattered yellow and orange wildflowers adding gentle accents, soft sunlight reflecting across delicate ripples, serene atmosphere of silence and harmony, untouched wilderness, photorealistic nature landscape, ultra detailed organic textures, vibrant emerald, jade, moss green, golden yellow, and turquoise color palette, cinematic composition, natural lighting, masterpiece quality, tranquil and timeless mood, viewed from directly above, DB4RZ, DB4RZ style painting, NeoPigma, in the style of cksc, anime, cyberpunk, a masterpiece, award winning
Baby tiger hiding under giant wet banana leaf in tropical rainforest, light rain dripping down leaf, clear reflective tiger eyes, lush blurred green jungle background, macro wildlife shot, soft diffused natural light, shot on Nikon Z9 --ar 16:9
What you can build with flux-pro
Prompt driven generation
Submit a concise prompt and get production-ready image output through one TTAPI job.
Core controls only
Keep integration simple with prompt, model, output settings, and callback handling.
Async result flow
Use polling or webhook callbacks so long-running generations do not block your UI.
Ready for product UI
Return Flux.2 Pro results that can be displayed, stored, or passed into downstream workflows.
Per-action, in quota
Usage is metered in quota by model, action, and output settings.
Headers and submit parameters
Use the endpoint below with your TTAPI key and the request fields shown.
/bfl/v1/flux-proSubmit a flux-pro image task.
Official reference/flux/fetchRetrieve the generated image task result.
Official referenceHeaders
TT-API-KEYstringrequiredYour TTAPI API key.
Content-TypestringrequiredUse application/json.
Body
promptstringrequiredText description of the target image.
input_imagestringoptionalReference image URL or base64 value.
input_image_2stringoptionalSecond reference image for supported Flux.2 models.
input_image_3stringoptionalThird reference image for supported Flux.2 models.
input_image_4stringoptionalFourth reference image for supported Flux.2 models.
widthstringoptionalRequested output width.
heightstringoptionalRequested output height.
seedstringoptionalSeed for reproducible output.
output_formatenumoptionaljpeg or png, subject to model support.
safety_tolerancestringoptionalSupported safety tolerance value.
webhook_urlstringoptionalCallback URL for asynchronous completion.
From key to first result
Copy the resolved endpoint, authentication headers, and request body for this model.
curl --request POST \
--url https://api.ttapi.io/bfl/v1/flux-pro \
--header 'TT-API-KEY: $TTAPI_KEY' \
--header 'Content-Type: application/json' \
--data '{"prompt":"editorial portrait in soft window light","output_format":"jpeg","webhook_url":"https://example.com/webhooks/flux"}'