← Back to directory

Generate a finished, high-resolution AI image from a text brief. For agents that...

https://mediaforge.mediaforge-hq.workers.dev/image

Overview

Generate a finished, high-resolution AI image from a text brief. For agents that need visual assets: thumbnails, illustrations, product shots, concept art, game assets, hero images, marketing graphics. POST JSON {prompt, aspect_ratio} -> 202 with a ticket; poll GET /result/{ticket} (free) for hosted image URLs, ~10s. Content policy: no real-person likenesses, no NSFW, no trademarks.

Protocol x402
Price $0.25
Payment Asset USD Coin
Payment Network Base
Category media/images
Provider mediaforge
Source bazaar
Indexed 2026-07-11 02:14:57

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "input": { "bodyFields": { "aspect_ratio": { "description": "e.g. 1:1, 16:9, 9:16, 4:5", "required": false, "type": "string" }, "prompt": { "description": "Creative brief for the image (3-2000 chars)", "required": true, "type": "string" } }, "bodyType": "json", "method": "POST", "type": "http" }, "output": { "eta_seconds": { "type": "number" }, "poll": { "description": "Free endpoint: GET /result/{ticket} -> {status, urls[]}", "type": "string" }, "ticket": { "description": "Claim ticket for the async generation", "type": "string" } } }