Image Caption Generator
This API helps you generate engaging captions for images effortlessly with our AI-powered caption generator. Perfect for social media posts, blog articles, and more. Highly customizable. - useEmojis: If true emojis will be used in captions. - useHashtags: If true hash tags will be added to captions. - limit: Number of captions generated. The maximum is 3. - vibe: Define the vibe of the…
Image Caption Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generates image captions /v2/captions |
Generates descriptive captions for a given image. When `useEmojis`/`useHashtags` is set to `true`, the generated captions will include emojis/hashtags. A maximum of three… |
| GET |
Generates engaging captions from image url /v2/captions |
Generates creative and engaging captions for an image. Highly customizable: - `useEmojis`: If true emojis will be used in captions. - `useHashtags`: If true hash tags will be… |
| POST |
Generates a concise caption from image base64 /v2/captions/base64 |
Generates a plain, concise caption of the provided image as a base64 string. |
| GET |
Generates a concise caption from image url /v2/captions/blip |
Generates a plain, concise caption of the provided image using the BLIP model. |
| GET |
Generate image tags /v2/tags |
Tags the image with a list of words related to the image content. Tags are ranked by their confidence scores. |
Image Caption Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $9.99 / month | 5 / second |
|
| ULTRA | $29.99 / month | 10 / second |
|
| MEGA | $299.99 / month | 30 / second |
|