Image to Prompt Generator v3
Pricing
$15.00 / 1,000 image to prompt scans
Image to Prompt Generator v3
Generate Midjourney, Stable Diffusion, and natural language prompt descriptions from any image URL using visual AI models.
🔗 Image to Prompt v3 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 tracking IDs).
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
OUTPUTkey. - Privacy Aware: Removes the
requestIdtracking field from response payloads automatically.
📥 Input Parameters
| Field | Type | Description | Prefill Example |
|---|---|---|---|
| Image URL | string | The public URL of the image to analyze. | https://picsum.photos/id/237/200/300.jpg |
| Language | string | The 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,"result": "This image features a yellow emoji face as the central subject, rendered in a simple, cartoonish, and flat graphic style...","cached": false}
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:
z-image-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.