---
title: "KPI Card Image API: Metric & Dashboard Cards as Images - Imejis.io"
description: "KPI card image API: render metric tiles with value, delta, and sparkline as PNG or SVG from one endpoint. For report cards, Slack/email digests, and status pages."
url: "https://www.imejis.io/kpi-card-image-api"
image: "https://www.imejis.io/og.png"
---

# KPI Card Image API: Metric & Dashboard Cards as Images - Imejis.io

KPI Card Image API

# KPI & metric cards as images

Render dashboard-quality KPI tiles (value, delta, and sparkline) as PNG or SVG from one endpoint. Perfect for report cards, Slack and email digests, and status pages.

[Start free](https://app.imejis.io)[Read the API docs](/apis)

## More than a number in a box

The metric component renders a KPI tile with a delta and sparkline. Combine it with charts, tables, progress, and radar to build full dashboard cards. Live previews below.

[metric](/components/metric)[chart](/components/chart)[table](/components/table)[progress](/components/progress)[radar](/components/radar)[bullet](/components/bullet)

[See all 24 chart & data components](/components)

## From data to image in one call

1

### Design a KPI card template

Lay out metric tiles, a sparkline, and your branding in the editor once, and mark the values dynamic.

2

### Send your numbers

POST the current value, previous value, and series on each request. The delta and sparkline are computed for you.

3

### Get a card image back

The response is a finished KPI card with a permanent URL, ready to drop into a Slack message, an email, or a status page.

## What people render

### Slack & email KPI digests

A daily or weekly card of your north-star metrics, posted automatically to a channel or newsletter.

### Report & investor-update cards

Turn the top-line numbers of a report into a clean, on-brand image people actually read.

### Status & health pages

Render uptime, latency, or usage tiles as images that embed anywhere. No dashboard iframe required.

### Metrics in email

Email strips scripts and canvas, so live dashboards break. A KPI image renders for every recipient.

### Embedded customer metrics

Show each user their own numbers in-product or in lifecycle emails, generated per account.

### Automated reporting

Wire it to your warehouse or analytics and generate a fresh KPI card on every run.

## Why an image, not a dashboard embed?

### Dashboard iframes / embeds

Need a live browser, break in email, and leak access to your whole dashboard.

A single static image URL, safe to send anywhere, renders instantly.

### Screenshotting a dashboard

Run and scale headless Chromium, fight layout drift and cold starts for one tile.

Send the numbers, get the exact card back. Nothing to host.

### Hand-built image templates

Recompute deltas and draw sparklines yourself in code, per metric.

The metric component does deltas and sparklines from raw values.

## Keep exploring

[Chart Image API (all chart types)](/chart-image-api)[The metric component](/components/metric)[All 24 chart & data components](/components)[Free chart maker tools](/tools)

## KPI Card Image API FAQs

### What is a KPI card image API?

It renders a KPI or metric card, a value with a delta and often a sparkline, as a static image (PNG or SVG) from numbers you send over HTTP. You use it when the metric has to appear somewhere a live dashboard can't: an email, a Slack message, a PDF, or a status page.

### Can it show a delta and a sparkline?

Yes. The metric component renders the value, a change/delta versus a previous value, and a sparkline from a series you pass in, so you only send raw numbers, not pre-drawn graphics.

### Can I build a full dashboard card?

Yes. Combine multiple metric tiles with tables, charts, progress bars, and radar components on one template to render a complete dashboard-style card as a single image.

### Does it work in email and Slack?

Yes, that's the point. Email and chat apps strip scripts and canvas, so a live dashboard won't render. A KPI card image works everywhere an <img> or an image URL does.

### Is there a free tier?

Yes. 100 renders per month, permanently, with no watermark. Paid plans start at $14.99/mo for 1,000 renders and scale to a $0.70 effective cost per 1,000 on the Unlimited plan.

## Render your first KPI card in minutes

Start on the free tier. 100 renders a month, no watermark, no card.

[Start free](https://app.imejis.io)[or see pricing](/pricing)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.imejis.io/#organization","name":"Imejis.io","url":"https://www.imejis.io","logo":{"@type":"ImageObject","url":"https://www.imejis.io/icon-rounded.png","width":512,"height":512},"sameAs":["https://twitter.com/Imejis_io","https://www.instagram.com/imejis_io","https://in.pinterest.com/imejisio"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://www.imejis.io/faqs"}},{"@type":"SoftwareApplication","@id":"https://www.imejis.io/#software","name":"Imejis.io","url":"https://www.imejis.io","applicationCategory":"DesignApplication","operatingSystem":"Web","description":"Template-based image generation API. Design templates in a drag-and-drop editor, generate images programmatically via REST API.","offers":[{"@type":"Offer","name":"Free","price":"0","priceCurrency":"USD","description":"100 API calls/month, 50 templates, 500MB storage"},{"@type":"Offer","name":"Basic","price":"14.99","priceCurrency":"USD","description":"1,000 API calls/month, unlimited templates, 10GB storage"},{"@type":"Offer","name":"Pro","price":"24.99","priceCurrency":"USD","description":"10,000 API calls/month, unlimited templates, unlimited storage"},{"@type":"Offer","name":"Unlimited","price":"69.99","priceCurrency":"USD","description":"100,000 API calls/month, unlimited templates, unlimited storage"}],"featureList":["REST API with sync image response","MCP server for AI agents (Claude, ChatGPT, Cursor)","Drag-and-drop template editor","Built-in Unsplash stock photos","Multi-region API (US, EU, Singapore, Australia)","Public shareable links","Bulk image generation","Zapier, Airtable, Google Sheets integrations"],"screenshot":"https://www.imejis.io/og.png","provider":{"@id":"https://www.imejis.io/#organization"}},{"@type":"WebSite","@id":"https://www.imejis.io/#website","url":"https://www.imejis.io","name":"Imejis.io","description":"Automate image generation with API. Generate social media images, e-commerce banners, and marketing graphics at scale.","publisher":{"@id":"https://www.imejis.io/#organization"}}]}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.imejis.io/"},{"@type":"ListItem","position":2,"name":"KPI Card Image API","item":"https://www.imejis.io/kpi-card-image-api"}]}
```

```json
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is a KPI card image API?","acceptedAnswer":{"@type":"Answer","text":"It renders a KPI or metric card, a value with a delta and often a sparkline, as a static image (PNG or SVG) from numbers you send over HTTP. You use it when the metric has to appear somewhere a live dashboard can&apos;t: an email, a Slack message, a PDF, or a status page."}},{"@type":"Question","name":"Can it show a delta and a sparkline?","acceptedAnswer":{"@type":"Answer","text":"Yes. The metric component renders the value, a change/delta versus a previous value, and a sparkline from a series you pass in, so you only send raw numbers, not pre-drawn graphics."}},{"@type":"Question","name":"Can I build a full dashboard card?","acceptedAnswer":{"@type":"Answer","text":"Yes. Combine multiple metric tiles with tables, charts, progress bars, and radar components on one template to render a complete dashboard-style card as a single image."}},{"@type":"Question","name":"Does it work in email and Slack?","acceptedAnswer":{"@type":"Answer","text":"Yes, that&apos;s the point. Email and chat apps strip scripts and canvas, so a live dashboard won&apos;t render. A KPI card image works everywhere an &lt;img&gt; or an image URL does."}},{"@type":"Question","name":"Is there a free tier?","acceptedAnswer":{"@type":"Answer","text":"Yes. 100 renders per month, permanently, with no watermark. Paid plans start at $14.99/mo for 1,000 renders and scale to a $0.70 effective cost per 1,000 on the Unlimited plan."}}]}
```
