DocsGuides

How to use the Blenda white-label solution

So you run a poster shop or art platform and you want to offer your customers a "view on wall" AR experience — but you don't want it to say "Blenda" anywhere. That's exactly what the white-label plan is for.


What you get

  • The AR viewer runs on your own domain — e.g. ar.yourshop.com
  • No Blenda branding anywhere in the viewer
  • loading screen you control — text, language, feel
  • Links go directly to your checkout (Shopify, WooCommerce, or anything else)
  • Full API access to sync your entire catalog automatically
  • Analytics via API or dashboard

Step 1 — Get your API key

Go to your Blenda dashboard → Settings → API Keys and generate a key.


Step 2 — Set up your subdomain

Add a CNAME record pointing ar.yourshop.com to Blenda's servers. Takes about five minutes.


Step 3 — Sync your artworks

One endpoint handles everything. POST to /v1/artworks:

{
"external_id": "your-product-id-123",
"title": "Blue Horizon",
"image_url": "https://yourshop.com/images/blue-horizon.jpg",
"sizes": [
{ "width_cm": 50, "height_cm": 70 },
{ "width_cm": 70, "height_cm": 100 }
]
}

You get back an ar_url per size. Store those in your database next to each product variant. The endpoint is idempotent — same external_id updates rather than duplicates.


Step 4 — Add the button

Link to the ar_url for the selected size. Mobile opens AR directly. Desktop shows a QR code.


Get started

Email partners@blenda.art and we'll sort the API key and CNAME - usually within just 1-2 business days.