Porcelain warriorExample 01flux-2-pro
flux-2-pro is available through TTAPI. State-of-the-art prompt adherence, photoreal detail, and in-context image editing.
Porcelain warriorExample 01
Butterfly-wing gondolaExample 02
Letter in a Paris caféExample 03
Savanna sunriseExample 04Prompt to image, in context
Super detailed high quality 32K resolution. A reimagined Mandalorian warrior standing proudly, adorned with a unique porcelain-inspired suit of armor. The armor retains the iconic Mandalorian silhouette, featuring sleek and angular plates, but is redefined with intricate blue floral patterns reminiscent of traditional Chinese or Delft pottery, seamlessly integrated across the glossy white surface of the armor. The helmet, instantly recognizable with its iconic T-shaped visor, is enhanced with golden accents tracing its edges, adding a regal and ceremonial touch. Golden embellishments continue along the chest plate, shoulder guards, and gauntlets, blending futuristic functionality with timeless artistry. The armor combines Mandalorian practicality with an elegant, almost royal aesthetic. The background features a grand hall with ornate golden arches and subtle lighting, casting warm reflections off the armor's polished surface and highlighting the intricate floral designs. The soft, glowing light creates a dramatic contrast, emphasizing the combination of Mandalorian strength and traditional artistic beauty. A fusion of Star Wars legacy with classical artistic refinement, showcasing the Mandalorian in a completely new and breathtaking style. Created by Sasan.
A dreamlike fantasy scene of a graceful young woman standing inside a slender black gondola drifting across a surreal ocean of flowing sapphire blue waves. The boat is powered by two enormous luminous blue butterfly wings that serve as elegant sails, their delicate veins glowing with iridescent cyan light. Countless smaller blue butterflies flutter through the air, surrounding the vessel in graceful motion. Towering branches laden with abundant white blossoms arch over the scene from both sides, forming a lush floral canopy with petals gently falling into the water. The waves resemble flowing silk with intricate painterly textures and luminous highlights, creating a magical sense of movement. Soft diffused daylight filters through the blossoms, bathing the scene in cool blue tones contrasted by warm ivory flowers. Ultra detailed fantasy realism, cinematic composition, volumetric lighting, rich sapphire and turquoise palette, ethereal atmosphere, painterly masterpiece, award winning digital art. mythp0rt, Anime art
30-year-old French woman reading letter inside Paris vintage café, snow falling outside floor-to-ceiling windows, warm table lamp light, latte coffee on wooden table, relaxed quiet expression, shot on Hasselblad X2D, 85mm f/1.8, natural skin pores, soft backlight, subtle film grain --ar 3:4
What you can build with flux-2-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-2-proSubmit a flux-2-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-2-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"}'