# Imejis.io
> Imejis.io is a template-based image generation API. Design a template in a drag-and-drop editor, then generate images programmatically by sending data to a REST API. Used for social media graphics, OG images, product banners, certificates, email visuals, and more.
Imejis.io is an API-first image generation platform with a drag-and-drop template editor and ready-made templates in all sizes. The synchronous REST API returns the image binary directly in a single request — usable in `` tags, embeddable in emails, or streamable at runtime. No polling, no webhooks, no second request to download.
Multi-region endpoints: US, EU (Germany), Singapore, Australia. Built-in Unsplash stock photos, icons, and illustrations. Public shareable links let anyone with the link generate images without signing up. Supports bulk image generation.
Native integrations: Zapier, Airtable, Google Sheets, Gmail, Google Drive, Google Forms, monday.com, Stripe, Typeform, Webflow. The REST API also works with Make.com, n8n, Bubble.io, Pipedream, and any HTTP-capable tool.
Pricing (as of March 2026): Free $0 (100 API calls/mo, 50 templates, 500 MB storage), Basic $14.99/mo (1,000 calls, unlimited templates, 10 GB), Pro $24.99/mo (10,000 calls, unlimited everything), Unlimited $69.99/mo (100,000 calls), Enterprise custom. Yearly billing saves 17%. No credit card required for free plan.
Use cases: dynamic OG images, social media post generation, e-commerce product banners, personalized email banners, event invitations, certificates, real estate listing images, job posting graphics, personalized business cards, quote images.
API example:
```
POST https://render.imejis.io/v1/{design_id}
Headers: dma-api-key: {your_api_key}
Body: { "text": { "text": "Hello World" } }
```
Returns the image binary directly — not a JSON wrapper or URL.
## Pages
- [Homepage](https://www.imejis.io): Main landing page with product overview and sign-up
- [Pricing](https://www.imejis.io/pricing): Detailed pricing plans and feature comparison
- [API Docs](https://www.imejis.io/apis): REST API documentation with cURL and Node.js examples
- [Integrations](https://www.imejis.io/integrations): Native integrations and automation platform guides
- [Use Cases](https://www.imejis.io/use-cases): Image automation use cases across industries
- [Templates Library](https://www.imejis.io/templates): Browse and preview ready-made image templates
- [Blog](https://www.imejis.io/blogs): Tutorials, comparisons, and use case guides
- [FAQs](https://www.imejis.io/faqs): Frequently asked questions
- [Changelog](https://www.imejis.io/changelogs): Product updates and release notes
- [Full content index for LLMs](https://www.imejis.io/llms-full.txt): Complete content index with all blog posts and detailed descriptions
## Markdown for Agents
Every page on this site is available as markdown, two ways:
- Content negotiation: request any page URL with the `Accept: text/markdown` header
- URL suffix: append `.md` to any page path, e.g. https://www.imejis.io/pricing.md (homepage: https://www.imejis.io/index.md)
Markdown responses are served with `Content-Type: text/markdown` and include `x-markdown-tokens` (and `x-original-tokens` where the page was converted from HTML). HTML pages advertise their markdown alternate via a `Link: <...>; rel="alternate"; type="text/markdown"` response header and a matching `` tag.
## For AI Agents
Imejis is agent-ready: it exposes an MCP server, OAuth 2.0 agent authentication, and machine-readable skills.
- [MCP server](https://api.imejis.io/mcp): Streamable HTTP endpoint — generate images and manage designs, templates, fonts, files, API keys, and analytics as the authenticated user. Discovery: [MCP server card](https://www.imejis.io/.well-known/mcp/server-card.json)
- [Agent authentication](https://www.imejis.io/auth.md): OAuth 2.0 authorization code + PKCE, with dynamic client registration (RFC 7591)
- [Agent skills](https://www.imejis.io/.well-known/agent-skills/index.json): Step-by-step SKILL.md guides for rendering images and managing the account via the REST API
- [Agent card](https://www.imejis.io/.well-known/agent.json): Index of all agent discovery documents
- [Protected resource metadata](https://api.imejis.io/.well-known/oauth-protected-resource): RFC 9728 metadata for the API (`https://api.imejis.io`)
## Optional
- [Free Tools](https://www.imejis.io/tools): Free image and developer tools
- [Twitter/X](https://x.com/Imejis_io): Official Twitter/X account
- [Creator](https://www.dharmikjagodana.com/): Dharmik Jagodana, creator of Imejis.io