Models/Reve/Reve API
LiveReve · visual synthesis and editing2 endpoints

Reve API — Text-to-Image & Image Editing

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.

Reve Text to ImagePrompt-driven concept and visual generation1 models
Text to ImageLiveFeatured
Text to Image

Reve Text to Image

Generate concept visuals, diagrams, and abstract compositions from a detailed text prompt with seven output aspect ratios.

7 aspect ratios
$0.032/image
Try Model
Reve Image EditNatural-language source-image transformations1 models
Image EditingLive
Image Edit

Reve Image Edit

Transform a source image with a natural-language prompt while preserving important structure, pose, expression, and identity.

Source image
$0.05/image
Try Model

What is the Reve API?

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.

Reve API capabilities

Prompt-based generation

Generate concept visuals, diagrams, abstract compositions, and cinematic scenes from a detailed prompt.

Natural-language editing

Describe a restyle, background change, wardrobe change, or other transformation for a required source image.

Seven generation ratios

Choose 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, or 9:21 for Text to Image output.

Structure-aware transformations

Guide edits that preserve recognizable subject structure and important visual details.

Reve workflows

Concept and campaign visuals

Generate polished visual directions for marketing, storytelling, and editorial exploration.

Portrait restyling

Use Image Edit to change clothing, background, lighting, or artistic style while retaining the subject.

Diagram and abstract generation

Turn detailed prompts into visual explanations, schematic concepts, and unusual compositions.

Quick start — Reve API code examples

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.

1. Submit a Reve job

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.

2. Poll the result

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.

Reve API FAQ

Which Reve endpoints are available?

Muapi lists reve-text-to-image for prompt generation and reve-image-edit for natural-language transformations of a source image.

What inputs does Reve Image Edit require?

It requires both prompt and image_url. The prompt describes the transformation and the image_url identifies the source image.

Which aspect ratios does Reve support?

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.

How does Reve Image Edit preserve a subject?

Give the model explicit instructions about details to preserve, such as pose, expression, facial structure, or identity, alongside the requested transformation.

How is Reve priced?

Text to Image costs $0.032 per image and Image Edit costs $0.05 per image.

Build with Reve

Connect prompt generation and structure-aware image editing through one Muapi API key and a shared asynchronous workflow.