Reve API - Docs - v2/create

v2 Create

Create images from a text description with optional raw reference images. Image generation requests commonly take 40–80 seconds to complete. Configure HTTP clients, load balancers, and job runners with request timeouts of at least 120 seconds. To learn more about the pricing for this endpoint, visit the pricing page.

POST https://api.reve.com/v2/image/create

Playground

Request Headers

Request Body

JSON Request

REVE_API_KEY=""

# Make the API request
curl -X POST https://api.reve.com/v2/image/create \
  -H "Authorization: Bearer $REVE_API_KEY" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A high-quality photo of a wine bottle and glasses on a rustic surface. The mood is warm and inviting, with a color palette dominated by earthy terracotta, warm peach, and soft beige. The lighting is bright and directional from the upper left, casting long, soft shadows across the scene.\n\nIn the center of the frame stands a tall, slender wine bottle filled with a peach-colored rosé wine. The bottle has a metallic rose-gold foil capsule covering the neck and cork. A white rectangular label is centered on the body of bottle with black serif text that reads \"YVES\" in a small font, \"ROSÉ\" in a large, bold font, and \"Côtes de Provence - 2024\" in a smaller font at the bottom. The liquid inside bottle reflects the warm light, showing highlights and shadows.\n\nTo the image-left of bottle is an empty, stemless wine glass. To the image-right of bottle is a second stemless wine glass partially filled with the same peach-colored rosé wine. In the foreground, lying on the surface in front of bottle and glass 2, is a single green sprig of rosemary.\n\nBehind the wine bottle and glass 2, a light beige, textured linen cloth is draped haphazardly, with its frayed edges visible. The entire arrangement sits on a surface made of square terracotta tiles with light-colored grout lines. The tiles have a slightly weathered, matte finish.\n\nThe background consists of a rustic wall made of large, irregular terracotta bricks or stones. A horizontal ledge or shelf is visible at the top of the frame, also made of the same earthy material. In the upper right corner, a dark, metallic faucet is partially visible, its vertical neck and base disappearing out of the frame. The lighting creates a strong contrast between the brightly lit areas on the left and the deeper shadows on the right, highlighting the textures of the cloth, surface, and wall.\n",
    "aspect_ratio": "auto",
    "version": "latest"
  }'

JSON Response Body (default)

For successful responses (200 status code)

For failure (non-200 HTTP status code)