PixCraft API
The PixCraft API lets you integrate image-to-pattern conversion into any application. Whether you’re building an e-commerce platform, a crafting app, or an automation workflow, the API gives you access to the same engine that powers pixcraft.es.What you can build
- Material stores — Add a pattern configurator to your product pages so customers can visualize their projects before buying.
- Crafting apps — Use PixCraft’s color-matching algorithm and pattern generation without building it from scratch.
- Automations — Connect with Zapier, Make, or n8n to automatically generate patterns when orders arrive.
How it works
- Send an image (base64 or URL) to the API along with target dimensions and a niche (curtains, mosaics, LEGO, etc.)
- The API processes the image using perceptual color matching (CIE Lab Delta E)
- You receive a complete pattern: materials list, assembly guide, and optional PDF
Quick example
Supported niches
The API dynamically supports all niches configured in PixCraft. Currently available:
When new niches are added to PixCraft, they automatically become available in the API — call
GET /api/v1/capabilities to see the current list.
Next steps
Quickstart
Get your API key and make your first request in under 5 minutes.
API Reference
Full documentation for every endpoint.