Reve Text to Image
Generate concept visuals, diagrams, and abstract compositions from a detailed text prompt with seven output aspect ratios.
The Reve API hub combines prompt-driven image generation with natural-language image editing. Generate concept visuals across seven aspect ratios, or transform a required source image while preserving important structure and identity.
Generate concept visuals, diagrams, and abstract compositions from a detailed text prompt with seven output aspect ratios.
Transform a source image with a natural-language prompt while preserving important structure, pose, expression, and identity.
Reve is a two-endpoint image family on Muapi. Text to Image creates images from a required prompt and supports seven output aspect ratios, including panoramic and vertical formats.
Reve Image Edit requires both a prompt and image_url. Describe the transformation in natural language while keeping the source subject's structure, pose, expression, or identity in view. Text to Image costs $0.032 per image; Image Edit costs $0.05 per image.
Generate concept visuals, diagrams, abstract compositions, and cinematic scenes from a detailed prompt.
Describe a restyle, background change, wardrobe change, or other transformation for a required source image.
Choose 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, or 9:21 for Text to Image output.
Guide edits that preserve recognizable subject structure and important visual details.
Generate polished visual directions for marketing, storytelling, and editorial exploration.
Use Image Edit to change clothing, background, lighting, or artistic style while retaining the subject.
Turn detailed prompts into visual explanations, schematic concepts, and unusual compositions.
Submit a Reve Text to Image task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the generated image URL.
curl -X POST https://api.muapi.ai/api/v1/reve-text-to-image \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"An astronaut in a bioluminescent purple jungle beneath two moons, cinematic and photorealistic","aspect_ratio":"16:9"}'
# Response: {"request_id":"REQUEST_ID"}The example calls Text to Image with a prompt and 16:9 aspect ratio. Switch to reve-image-edit and include image_url for a natural-language edit.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Poll until the task completes, then read the generated image URL from the result response.
Muapi lists reve-text-to-image for prompt generation and reve-image-edit for natural-language transformations of a source image.
It requires both prompt and image_url. The prompt describes the transformation and the image_url identifies the source image.
Text to Image supports 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, and 9:21. Image Edit does not expose an aspect_ratio field.
Give the model explicit instructions about details to preserve, such as pose, expression, facial structure, or identity, alongside the requested transformation.
Text to Image costs $0.032 per image and Image Edit costs $0.05 per image.
Connect prompt generation and structure-aware image editing through one Muapi API key and a shared asynchronous workflow.