Instant Image AI avatar

Instant Image AI

Pricing

from $10.00 / 1,000 generated images

Go to Apify Store
Instant Image AI

Instant Image AI

Turn text prompts into images. Give it a list of prompts, get one 768x768 image back per prompt. No API key needed.

Pricing

from $10.00 / 1,000 generated images

Rating

0.0

(0)

Developer

Image Generation

Image Generation

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Turn text prompts into images. Give it a list of prompts, get back one image per prompt — stored, previewable, and downloadable from the run. No API key, no signup with anyone else, no setup.

Input

FieldDescription
promptsOne or more text prompts. One image per prompt, up to 20 per run.

Output

One dataset row per prompt, with the image rendered as a thumbnail in the Overview tab:

{
"prompt": "A red fox in a snowy pine forest at golden hour, photorealistic",
"imageUrl": "https://api.apify.com/v2/key-value-stores/.../records/image-1.png",
"key": "image-1.png",
"seed": 424242,
"width": 768,
"height": 768
}

The PNG files live in the run's key-value store — open the Storage tab to download them.

Writing good prompts

Describe the subject, then the style, then the lighting. "A red fox in a snowy pine forest at golden hour, photorealistic" works better than "fox". Reusing the seed from a result you liked gives you a similar image.

Details

  • Output is 768×768 PNG, roughly 10 seconds per image.
  • A failed prompt is recorded as an error row and the run continues.
  • Pricing is a flat fee per generated image. Failed prompts are not charged.