Overview
Transform existing images using AI-powered editing. Provide an image and a text prompt describing your desired changes, and our API will generate a modified version of your image. Perfect for style transfers, object modifications, and creative edits.
Parameters
Request body parameters for this API
| Name | Type | Required | Description |
|---|---|---|---|
image_url | string | Required | URL of the source image to transform |
prompt | string | Required | Text description of the desired transformation |
watermark | boolean | Optional | Add watermark to output image |
watermark_url | string | Optional | Custom watermark image URL |
watermark_scale | number | Optional | Watermark scale (0.05-1.0) |
watermark_opacity | number | Optional | Watermark opacity (0.1-1.0) |
watermark_position | string | Optional | Position: center, top-left, top-right, bottom-left, bottom-right |
Response
Response fields returned by this API
| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
status | string | Job status: queued, processing, completed, failed |
output_url | string | URL of the generated image (when completed) |
watermarked_url | string | URL of watermarked image (if watermark enabled) |
Examples
Code examples coming soon
Detailed code examples in multiple languages will be added here.
Features
- AI-powered image transformation
- Natural language prompts
- Preserves image structure
- Optional watermarking
- High-quality output
Use Cases
- Style transfer (e.g., 'make it look like a watercolor painting')
- Object modification (e.g., 'change the car color to red')
- Scene editing (e.g., 'add snow to the landscape')
- Creative effects (e.g., 'make it cyberpunk style')
Quick Links