Image to Prompt Generator v2 avatar

Image to Prompt Generator v2

Pricing

$15.00 / 1,000 image to prompt scans

Go to Apify Store
Image to Prompt Generator v2

Image to Prompt Generator v2

Generate Midjourney, Stable Diffusion, and natural language prompt descriptions from any image URL using visual AI models.

Pricing

$15.00 / 1,000 image to prompt scans

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

๐Ÿ”— Image to Prompt v2 Generator Actor

Instantly convert any image URL into a detailed Midjourney, Stable Diffusion, or natural language prompt using advanced vision models (without storing alt-text or extra image URLs).

This Actor integrates with a high-performance Cloudflare Worker edge reverse-proxy to process visual media.


๐ŸŒŸ Key Features

  • Deep Visual Interrogation: Analyzes subject attributes, background elements, lighting conditions, styling, perspective, and color palettes.
  • Prompt Engineering Optimized: Tailors generated prompt descriptions to be directly usable in generative text-to-image AI platforms.
  • Multi-Storage Outputs: Saves the raw result object to both the default dataset and Key-Value store under the OUTPUT key.
  • Privacy Aware: Removes the imageUrl field from response payloads automatically.

๐Ÿ“ฅ Input Parameters

FieldTypeDescriptionPrefill Example
Image URLstringThe public URL of the image to analyze.https://picsum.photos/id/237/200/300.jpg
LanguagestringThe language of the prompt output (e.g. 'en', 'es').en

Input JSON Example

{
"image_url": "https://picsum.photos/id/237/200/300.jpg",
"language": "en"
}

๐Ÿ“ค Output Data Structure

The dataset outputs the complete JSON response:

Output JSON Example (Success)

{
"success": true,
"prompt": "A black Labrador puppy with glossy fur, lying on a weathered wooden deck..."
}

Output JSON Example (Error/Missing)

{
"success": false,
"error": "Failed to analyze image, please try again"
}

๐Ÿ’ณ Apify Pricing & Monetization

This Actor is published under the Apify Monetization program. The pricing consists of two components: the developer's monetization charge and Apify's infrastructure usage cost.

1. Developer Monetization (Pay-Per-Event)

We charge a fixed price per successful prompt generation:

  • Pricing Model: Pay-Per-Event (PPE)
  • Event Name: image2prompts-scan
  • Price Per Event: $0.015 (Only charged when the prompt is successfully generated; failed runs are free).

2. Apify Platform Compute Costs (Usage-Based)

Since the actor runs on Apify's serverless infrastructure, it consumes platform memory:

  • Recommended Memory: 256 MB (Very lightweight because it offloads processing to the Cloudflare Worker).
  • Average Run Time: 1 - 3 seconds (excluding container startup cold starts).
  • Compute Units (CU): Consumes approx. 0.0001 - 0.0003 CU per run.
  • Estimated Cost: Less than $0.00005 per run in platform resources.

3. Free Trial & Limits

  • Trial Credits: Every new user receives $1.00 of free platform usage credits upon registration, allowing for up to 60+ free image scans during evaluation.