Riverflow 1.1
Riverflow 1.1 is a versatile image editing model for production use. It accepts up to ten input images. It supports eleven aspect ratios and transparent backgrounds. It enables precise visual edits that stay close to brand assets and layout constraints.
API Options
Platform-level options for task execution and delivery.
-
taskType
string required value: imageInference -
Identifier for the type of task being performed
-
taskUUID
string required UUID v4 -
UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.
-
outputType
string default: URL -
Image output type.
Allowed values 3 values
-
outputFormat
string default: JPG -
Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.
- `JPG`: Best for photorealistic images with smaller file sizes (no transparency).
- `PNG`: Lossless compression, supports high quality and transparency (alpha channel).
- `WEBP`: Modern format providing superior compression and transparency support.
**Transparency**: If you are using features like background removal or LayerDiffuse that require transparency, you must select a format that supports an alpha channel (e.g., `PNG`, `WEBP`, `TIFF`). `JPG` does not support transparency.Allowed values 3 values
-
outputQuality
integer min: 20 max: 99 default: 95 -
Compression quality of the output. Higher values preserve quality but increase file size.
-
webhookURL
string URI -
Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.
Learn more 1 resource
- Webhooks PLATFORM
- Webhooks
-
deliveryMethod
string default: sync -
Determines how the API delivers task results.
Allowed values 2 values
- Returns complete results directly in the API response.
- Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.
Learn more 1 resource
- Task Polling PLATFORM
-
uploadEndpoint
string URI -
Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.
Common use cases:
- Cloud storage: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- CDN integration: Upload to content delivery networks for immediate distribution.
// S3 presigned URL for secure upload https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600 // Google Cloud Storage presigned URL https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789 // Custom storage endpoint https://storage.example.com/uploads/generated-image.jpgThe content data will be sent as the request body to the specified URL when generation is complete.
-
safety
object -
Content safety checking configuration for image generation.
Properties 2 properties
-
safety»checkContentcheckContent
boolean default: false -
Enable or disable content safety checking. When enabled, defaults to
fastmode.
-
safety»modemode
string default: none -
Safety checking mode for image generation.
Allowed values 2 values
- Disables checking.
- Performs a single check.
-
-
ttl
integer min: 60 -
Time-to-live (TTL) in seconds for generated content. Only applies when
outputTypeisURL.
-
includeCost
boolean default: false -
Include task cost in the response.
-
numberResults
integer min: 1 max: 20 default: 1 -
Number of results to generate. Each result uses a different seed, producing variations of the same parameters.
Inputs
Input resources for the task (images, audio, etc). These must be nested inside the inputs object.
inputs object.-
inputs»referenceImagesreferenceImages
array of strings required min items: 1max items: 10 -
List of reference images (UUID, URL, Data URI, or Base64).
Generation Parameters
Core parameters for controlling the generated content.
-
model
string required value: sourceful:1@1 -
Identifier of the model to use for generation.
Learn more 3 resources
-
positivePrompt
string required -
Text prompt describing elements to include in the generated output.
Learn more 2 resources
-
Width of the generated media in pixels.
Learn more 2 resources
-
Height of the generated media in pixels.
Learn more 2 resources
Art Deco Cello Case
{
"taskType": "imageInference",
"taskUUID": "292999a0-8b3e-418c-8195-ec5653a74384",
"model": "sourceful:1@1",
"positivePrompt": "Transform the reference image into a premium Art Deco-inspired retail presentation concept for the cello case, preserving the exact overall case shape, front-facing composition, and product placement. Replace the plain surface with rich midnight blue panels, thin brushed brass linework, geometric fan motifs, elegant corner accents, subtle embossed texture, and a refined cream label area with ornamental borders. Keep the object isolated on a clean background with crisp studio lighting, realistic materials, luxury branding aesthetics, high-end packaging design sensibility, sharp edges, balanced negative space, and production-ready visual clarity.",
"width": 1152,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/366d28cf-8774-42f5-9cc2-4388e192eb32.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "292999a0-8b3e-418c-8195-ec5653a74384",
"imageUUID": "0065d2ef-988d-4d64-8cfc-be8a9285eb4f",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/0065d2ef-988d-4d64-8cfc-be8a9285eb4f.jpg",
"seed": 482325775,
"cost": 0.0385
}Glacial Expedition Brand Refresh
{
"taskType": "imageInference",
"taskUUID": "db93b2a7-d026-4376-ad8b-f5da2e012b7d",
"model": "sourceful:1@1",
"positivePrompt": "Using all three reference images, create a premium commercial outdoor scene featuring the backpack as the hero product placed naturally within the frozen ridge environment. Preserve the backpack's core shape, charcoal-and-copper colorway, strap structure, and recognizable product identity from the first image. Blend in the dramatic glacial setting from the second image as the background, with crisp cold air, layered ice formations, and distant mountains. Apply the tactile material realism from the third image to enhance woven fabric, buckles, stitching, and subtle frost accumulation. Aim for a polished brand-campaign look with cinematic natural light, high realism, sharp focus on the bag, controlled composition, and believable shadows. No people, no extra gear clutter, no text, no logos, no watermark.",
"width": 1248,
"height": 832,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f5c65e52-3f33-43ff-9122-65c7a852ec9d.jpg",
"https://assets.runware.ai/assets/inputs/bba81874-97a4-4bdb-af7d-a2242355e9c8.jpg",
"https://assets.runware.ai/assets/inputs/db2166a5-bc94-4ddc-abe7-7e3313fb6fb3.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "db93b2a7-d026-4376-ad8b-f5da2e012b7d",
"imageUUID": "7b041c07-060c-4e07-a2db-ac3780e57bef",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/7b041c07-060c-4e07-a2db-ac3780e57bef.jpg",
"seed": 1064218032,
"cost": 0.0385
}Ceramic Heron Packaging Redesign
{
"taskType": "imageInference",
"taskUUID": "1141d43a-b89e-497a-8437-292b591b742a",
"model": "sourceful:1@1",
"positivePrompt": "Edit the reference product packaging while keeping the same front-facing box shape, camera angle, overall layout, label placement, and clean commercial composition. Redesign it as a premium artisanal skincare package inspired by hand-glazed ceramics and river-worn stone. Use a muted palette of ivory, celadon, clay beige, and deep charcoal. Add a refined heron emblem, delicate brushstroke borders, subtle paper grain, embossed foil accents, and elegant modern typography. Preserve realistic studio lighting, crisp edges, readable design hierarchy, and production-ready branding consistency.",
"width": 1152,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f91c6ad6-0c58-4ded-a02d-b4b1622197d1.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "1141d43a-b89e-497a-8437-292b591b742a",
"imageUUID": "3e195b44-c317-4182-814a-99cfcb98be2c",
"imageURL": "https://im.runware.ai/image/os/a12d13/ws/2/ii/3e195b44-c317-4182-814a-99cfcb98be2c.jpg",
"seed": 764635885,
"cost": 0.0385
}Tidal Conservatory Product Rebrand
{
"taskType": "imageInference",
"taskUUID": "a1f08679-70b1-4036-a735-fe8483d1432a",
"model": "sourceful:1@1",
"positivePrompt": "Using the three reference images, redesign the skincare jar into a serene luxury brand presentation called Tidal Conservatory. Preserve the core jar silhouette and front-facing product layout from the packshot. Integrate the material language from the stone, vellum, and brushed metal reference into the label design, lid finish, and surrounding styling. Borrow the elegant organic linework and airy spacing from the botanical reference for subtle graphic motifs. Create a polished commercial product visual with restrained premium detailing, muted sage, cream, slate, and pewter palette, soft directional studio lighting, realistic shadows, crisp edges, sophisticated typography areas, and high brand consistency. Emphasize believable packaging design, tactile surfaces, and a modern wellness identity.",
"width": 1152,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/596f4a4c-1eec-467e-a6bd-57fcd2cd31e8.jpg",
"https://assets.runware.ai/assets/inputs/a5c554b8-d0e6-4291-90d7-4078ee51a614.jpg",
"https://assets.runware.ai/assets/inputs/6f4ea75a-43e0-4f8e-bef8-664b7b3015d0.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "a1f08679-70b1-4036-a735-fe8483d1432a",
"imageUUID": "6c8af6aa-77a6-41aa-94b5-2bd128add41d",
"imageURL": "https://im.runware.ai/image/os/a16d07/ws/2/ii/6c8af6aa-77a6-41aa-94b5-2bd128add41d.jpg",
"seed": 1579300450,
"cost": 0.0385
}