Loading Pixy

  • Blog banners

  • Email headers

  • Ad creatives

  • Blog banners

  • Social graphics

Design editor for the AI era.

Create graphics in a modern editor with an AI toolbar, reusable templates, automations, and the option to embed the experience into your own product.

Built for teams shipping creative through product.

Visual editor

The smoothest design UI. With an AI toolbar.

Use the AI toolbar at the bottom to quickly access AI features such as an image generator or background remover.

Element editing

Update text, replace assets, and fine-tune the selected element directly in the editor.

Sidebar plugins

Access templates, assets, branding, uploads, and editor settings without leaving the canvas.

AI toolbar

Generate AI media or apply AI-powered changes by describing what you want in a single prompt.

Design templates

Open reusable designs for social graphics, banners, ads, and other repeatable content.

Quick export

Generate and download finished assets in the formats and sizes needed for your workflow.

Premade designs

Thousands of templates for quick design.

Choose from our library of premade template designs to get started quicker.

Features

Endless ways to A/B test your visuals.

You can use our APIs to auto-generate hundreds of visual variations and run your A/B tests efficiently instead of spending hours trying to create.

Social graphics

Branded posts or ads

Blog thumbnails

Covers for your blogs

Invoices

On-brand billing documents

Shipping labels

Ready-to-print PDF labels

Email graphics

Visuals for campaigns

Certificates

Personalized tickets or diplomas

  • Product promos

  • Email headers

  • Ad creatives

  • Blog banners

  • Social graphics

  • Presentation visuals

  • Sales graphics

  • Branded templates

  • Campaign assets

  • Launch visuals

  • Hero visuals

  • Announcement cards

  • In-app graphics

  • Web banners

  • Event graphics

Automations

Welcome to the better way of designing with Automations API.

You can use our Automations API to auto-generate images from your templates.

1

Design

Use reusable templates in Pixy’s editor or design your own.

  • UI Design

  • App Design

  • Style Guides

  • Icon Design

  • Ad Creatives

  • Blog Graphics

  • Landing Pages

  • Illustrations

  • Illustrations

  • Email Design

  • Social Graphics

  • UX Design

  • Pitch Decks

  • Web Design

2

Send changes

Send data for modifications and render through API.

3

Automate

Produce consistent assets in batch in the formats you need.

Pricing

Pricing for teams shipping design.

Use Free with 20 credits — no card required.

Starter

For solo creators getting started with regular usage.

$49

/ month

WHAT'S INCLUDED

Members

1

Credits

1,000 / month

Overages

$0.03 / credit

API

Embed

Growth

POPULAR

For growing teams with active API usage needs.

$149

/ month

WHAT'S INCLUDED

Members

3

Credits

10,000 / month

Overages

$0.02 / credit

API

Embed

Scale

For high-volume teams that need the embeddable Pixy image editor.

$299

/ month

WHAT'S INCLUDED

Members

10

Credits

50,000 / month

Overages

$0.01 / credit

API

Embed

Automations

Practical integrations for media automations.

Use in-house or external integrations to quickly generate media from a single API call - all within seconds.

Live

API

In-house

Generate images at scale with full control via API.

Coming soon

Zapier

External

Automate image generation across your tools—no code needed.

Coming soon

Airtable

External

Manage prompts and generate images directly from your data.

Coming soon

N8N

External

Build custom workflows to generate and process images at scale.

Coming soon

Make.com

External

Design and automate visual workflows for bulk image creation.

Whitelabel

A branded design editor embedded in your product.

You can use our Embed API to let your users create graphics without ever leaving your app. Your logo, your colors, your sidebar built in.

Your logo

Add your own logo to the embedded editor so the experience feels native to your product instead of a third-party tool.

Your colors

Match the editor to your brand with custom colors for buttons, accents, and interface details.

Your sidebar

Embed Pixy directly on your own website or app so users create designs without ever leaving your product.

Modifications

Examples to modify images from code.

Here are some quick examples on how to get started to auto-generate images. Read our API docs for full understanding on modifications.

Replace text

Text changes keep the original text element’s styling and position. The text box can resize based on the new content, unless that text element is using “autofit” behavior.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
},
])

Multiple changes on the same element

You can send multiple supported fields for one element in the same modification object when they apply to that element type.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
fill: "#111827",
stroke: "#ffffff",
},
])

Replace image source

Replacement images are always scaled to fill the original image element’s size. If the new image has a different aspect ratio, Pixy keeps the center of the new image in view and crops the outer edges as needed so the layout stays aligned.

const image = await pixy.generate(DESIGN_ID, [
{
id: IMAGE_ID,
src: "https://example.com/cover.jpg",
},
])

Multiple changes on different elements

One request can update multiple elements at once by sending multiple modification objects, each with its own element id.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
fill: "#111827",
stroke: "#ffffff",
},
{
id: IMAGE_ID,
src: "https://example.com/cover.jpg",
},
{
id: ELEMENT_ID,
fill: "#111827",
},
])

Replace text

Text changes keep the original text element’s styling and position. The text box can resize based on the new content, unless that text element is using “autofit” behavior.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
},
])

Replace image source

Replacement images are always scaled to fill the original image element’s size. If the new image has a different aspect ratio, Pixy keeps the center of the new image in view and crops the outer edges as needed so the layout stays aligned.

const image = await pixy.generate(DESIGN_ID, [
{
id: IMAGE_ID,
src: "https://example.com/cover.jpg",
},
])

Multiple changes on the same element

You can send multiple supported fields for one element in the same modification object when they apply to that element type.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
fill: "#111827",
stroke: "#ffffff",
},
])

Multiple changes on different elements

One request can update multiple elements at once by sending multiple modification objects, each with its own element id.

const image = await pixy.generate(DESIGN_ID, [
{
id: TITLE_ID,
text: "New season drop",
fill: "#111827",
stroke: "#ffffff",
},
{
id: IMAGE_ID,
src: "https://example.com/cover.jpg",
},
{
id: ELEMENT_ID,
fill: "#111827",
},
])

FAQs

Frequently Asked Questions

What can I generate with Pixy?

Pixy helps you create repeatable assets like social graphics, blog banners, ads, email headers, product promos, and other branded visuals from reusable templates.

Does every plan include API access?

Yes. API access is included on Starter, Growth, and Scale. The difference between plans is how many credits, seats, and advanced capabilities you get.

Which plan includes embed?

Embed is included on the Scale plan. That plan is designed for teams that want to offer the Pixy editor directly inside their own product or website.

How do credits and overages work?

Each plan includes a monthly credit allowance for generation. If you go over your plan limit, extra usage is billed at the overage rate for that plan.

Can I use my own templates and brand rules?

Yes. Pixy is built around reusable templates, brand-safe controls, and repeatable creative workflows, so teams can generate fast without losing consistency.

FAQs

Frequently Asked Questions

What can I generate with Pixy?

Pixy helps you create repeatable assets like social graphics, blog banners, ads, email headers, product promos, and other branded visuals from reusable templates.

Does every plan include API access?

Yes. API access is included on Starter, Growth, and Scale. The difference between plans is how many credits, seats, and advanced capabilities you get.

Which plan includes embed?

Embed is included on the Scale plan. That plan is designed for teams that want to offer the Pixy editor directly inside their own product or website.

How do credits and overages work?

Each plan includes a monthly credit allowance for generation. If you go over your plan limit, extra usage is billed at the overage rate for that plan.

Can I use my own templates and brand rules?

Yes. Pixy is built around reusable templates, brand-safe controls, and repeatable creative workflows, so teams can generate fast without losing consistency.

FAQs

Frequently Asked Questions

What can I generate with Pixy?

Pixy helps you create repeatable assets like social graphics, blog banners, ads, email headers, product promos, and other branded visuals from reusable templates.

Does every plan include API access?

Yes. API access is included on Starter, Growth, and Scale. The difference between plans is how many credits, seats, and advanced capabilities you get.

Which plan includes embed?

Embed is included on the Scale plan. That plan is designed for teams that want to offer the Pixy editor directly inside their own product or website.

How do credits and overages work?

Each plan includes a monthly credit allowance for generation. If you go over your plan limit, extra usage is billed at the overage rate for that plan.

Can I use my own templates and brand rules?

Yes. Pixy is built around reusable templates, brand-safe controls, and repeatable creative workflows, so teams can generate fast without losing consistency.