The AI Photo Craft Image-to-Image API allows you to transform images using reference image prompts. Gain complete control over style, detail, and creative adjustments—whether you want realistic enhancements or artistic reinterpretations.

Start editing images with the tool to see how it works. Transform your photos, illustrations, or sketches into new styles in seconds.
Use It NowCreate personalized visuals for T‑shirts, mugs, posters, and more by applying diverse artistic styles that make every product stand out.
Turn sketches or product photos into fully styled fabric patterns and clothing visuals that inspire new collections and designs.
Generate eye‑catching visuals for posts, stories, and ads by enhancing photos or re‑styling them into bold, attention-grabbing artwork.
Convert concept art into polished characters, props, and environments that are ready to drop into your game pipeline.
Experiment with different styles, textures, and moods using reference images to produce unique artwork efficiently.
Enhance product images, showcase alternate designs, and create multiple campaign-ready variations without extra photoshoots.

Integrate our API seamlessly with C#, React, Tailwind, Vue, Angular, JavaScript, Python, PHP, Node.js, Swift, and many more. Whether you're building a mobile app, web dashboard, automation script, or enterprise-level tool, our API provides clear documentation and simple endpoints to get you started immediately.
import requests
url = "https://taiapi.aiphotocraft.com/api/image-to-image"
headers = {
"X-source": "web",
"X-api-key": "YOUR_API_KEY"
}
files = {
"image": open("input.jpg", "rb"), # Input image to transform
}
data = {
"prompt": "transform into a painting style", # Description of desired transformation
"strength": 0.8 # Control how much the output differs from input (0.0 to 1.0)
}
response = requests.post(url, headers=headers, files=files, data=data)
if response.status_code == 200:
print("Success! Image transformed.")
# Handle response
else:
print(f"Error: {response.status_code}")
print(response.text)Find the perfect pricing plan that matches your project's needs—whether you're an individual creator, a startup, or a large enterprise. Scale easily as your demands grow, with flexible credit options and custom solutions available upon request.
Find Your Perfect Plan
Control how much your reference image guides the final output using the Strength parameter. Low values keep the original photo recognizable, while higher values enable bold, stylized transformations driven by your prompts and style references.
Strength range from 0.0 to 1.0 for fine-grained control
Low strength for subtle, photo-preserving edits
High strength for dramatic, style-heavy transformations

Guide the transformation with simple text prompts like “Add a sunset effect” or “Make it look like a watercolor painting.” The AI interprets your instructions and applies precise changes while preserving structure and realism.

Sign up to receive 25 free credits instantly—no credit card required. Test multiple transformations, experiment with prompts, and validate your workflows before committing to a paid plan.
Instant trial access for developers and creators
Freedom to explore multiple styles and use cases
Clear path to scale once you’re satisfied with results
Start using the API within minutes. Create an account, generate your API key, and get 25 free credits instantly. No credit card required. Test every feature—including background removal, transparency control, and format customization—completely risk free.
Write to us and we'd love to understand your requirements.
Contact Us