Image to Prompt API
The **Image to Prompt API** (also known as the **Image2Prompt API** or **CLIP Interrogator API**) is a developer-centric visual interrogation engine that programmatically translates graphic content, photographic files, and diagrams into detailed, natural-language prompt descriptions. By analyzing high-level semantic features alongside low-level pixel distributions, the API extracts the artist's…
Image to Prompt API endpoints
| Method | Endpoint | Description |
|---|---|---|
| prompt | ||
| POST |
generatePromptPost /prompt |
Provide a JSON request body containing the image URL to retrieve its descriptive prompt. |
| GET |
generatePromptGet /prompt |
Provide a public image URL via query parameter to retrieve its descriptive prompt. |
Image to Prompt API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $29.99 / month | 5 / second |
|
| ULTRA | $99.99 / month | 10 / second |
|
| MEGA | $299.99 / month | 20 / second |
|