Content for every merchant, from one integration.

Your merchants upload what they can manage — a photo on a table, under a ceiling light. Send it to AnyStudio and give it back to them ready for your storefront, with a description no other listing on your platform is using.

Marketplace — production
as_live_4f2b••••••••••
Live
Mobile app — staging
as_test_9c71••••••••••
Test

One account, many projects, separate keys and quotas for each. Billed on what you actually generate.

// One call per merchant listing
await anystudio.generations.create({
  project: "marketplace-prod",
  source:  "https://cdn.yourshop.com/p/8812.jpg",
  outputs: ["storefront", "description"],
  brand:   { name: "Bimbo Fabrics" },
  webhook: "https://api.yourshop.com/hooks/as"
})

// → 4 optimized images + a unique description
// → 1 API call, 40 credits, ~12s

500 test credits, no card, and per-merchant usage reported from the first call — so you can check the billing model before you sign anything.