Get API
Back to Marketplace
🤖
Pay-per-callv2.0.0⭐ Featured API

ImageForge AI

AI & Machine Learning Infrastructure

ImageForge supports text-to-image (SDXL, Flux), image-to-image, inpainting, outpainting, and style transfer. Output is returned as URLs or base64. Choose from prebuilt styles (photorealistic, anime, sketch, watercolor) or supply custom LoRA weights.

RESTTypeScript SDKReal-timeOpenAPINode.js
https://api.imageforge.ai/v1
Trust Score

4.8 / 5

275 dev notes

Live Uptime

99.9%

Guaranteed SLA

Avg Latency

3200ms

Global Edge

API Traffic

12.0M

monthly average

Available Endpoints

POST/generateText-to-image generation
POST/editEdit image regions with a mask and prompt
POST/upscaleUpscale image 2× or 4× with AI
POST/stylizeApply art style transfer to an image
Implementation Example
const res = await fetch('https://api.imageforge.ai/v1/generate', {
  method: 'POST',
  headers: { 'X-API-Key': process.env.FORGE_KEY, 'Content-Type': 'application/json' },
  body: JSON.stringify({ prompt: 'A futuristic city at dusk, cinematic', width: 1024, height: 1024 }),
});
const { url } = await res.json();
console.log(url); // https://cdn.imageforge.ai/...

API Access

✓ FREE TIER ACTIVE

First 50 calls are free every month.

Personal$10/mo
Team$29/mo
Enterprise$99/mo
Technical Docs

API Provider

Nina Torres

Nina Torres

Data & ML engineer turning models into production APIs.