> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixy.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

> Meet Pixy API and see what you can build with it.

# Build Creative Workflows With Pixy

Pixy.art is a visual design platform for reusable creative templates. The API lets you take those designs, change the parts that matter, and generate fresh output automatically.

That means you can turn one design into:

* hundreds of localized ad variants
* dynamic social graphics from live data
* product visuals with swapped images and copy
* automated creative for internal tools, apps, and workflows

## What The API Actually Does

Pixy API is intentionally simple:

1. Start from a Pixy design or template
2. Replace text, image sources, fills, or strokes
3. Render the result
4. Receive one or more generated image URLs

## What You Can Build

<AccordionGroup>
  <Accordion title="Performance marketing" icon="badge-dollar-sign">
    Generate ad variants by changing headlines, offers, prices, colors, and product images from your own data or campaign tools.
  </Accordion>

  <Accordion title="Product and ecommerce visuals" icon="shopping-bag">
    Start from a reusable product template, then swap in product shots, promotional copy, and seasonal styling automatically.
  </Accordion>

  <Accordion title="Automation and internal tools" icon="workflow">
    Use Pixy inside Zapier, cron jobs, background workers, or your own product to generate images on demand.
  </Accordion>

  <Accordion title="Content operations at scale" icon="clapperboard">
    Reuse one approved design system and produce many output variations without redesigning each asset manually.
  </Accordion>
</AccordionGroup>

## Typical Flow

<Steps>
  <Step title="Choose a design">
    Pick the design or template you want to use as the visual starting point.
  </Step>

  <Step title="Copy IDs">
    Copy the `designId` and the element `id` values you want to target.
  </Step>

  <Step title="Send modifications">
    Replace text, image sources, fills, and strokes in the request body.
  </Step>

  <Step title="Generate output">
    Render the design and use the returned image URLs anywhere you need.
  </Step>
</Steps>

## Where To Go Next

<Card title="How to use" icon="compass" href="/get-started">
  Learn how to find design IDs and element IDs before sending your first request.
</Card>

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Make your first request with a working example.
</Card>

<Card title="Modifications guide" icon="sliders-horizontal" href="/modifications">
  See which fields each element type supports.
</Card>

<Card title="View @pixy-art/sdk on npm" icon="package" href="https://www.npmjs.com/package/@pixy-art/sdk">
  Install the official Pixy.art SDK and start generating images with a cleaner wrapper.
</Card>
