Imagify API
Imagify is a powerful API designed to generate images from HTML content. Whether you have an HTML string or an HTML file, Imagify can transform it into a high-quality image with a variety of customization options. Key Features: HTML to Image Conversion: Convert HTML strings or HTML files into images effortlessly. CSS Support: Apply CSS styles to your HTML content for enhanced visual…
Imagify API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
generateImageByString /generateimagebystring |
Content-Type: application/json Schema: html (string, required): HTML content to be converted to image css (string, optional): CSS content to style the HTML. You can include CSS… |
| POST |
generateImageByFile /generateimagebyfile |
Content-Type: form-data Schema: html (string, required): HTML content to be converted to image css (string, optional): CSS content to style the HTML. You can include CSS styling… |
Imagify API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | 1 / second |
|