Upload images, generate product previews, and place orders for custom DIY products — paint-by-numbers, diamond art, dot painting, pixel beads, and more.
# Exact endpoint schemas live in Swagger
curl https://mgeveryday.sg/api/v1/docs/
# With authentication
curl -H "Authorization: Bearer mge_sk_..." \
https://mgeveryday.sg/api/v1/account/brands/
# DOT SKU format and orderable variants
curl https://mgeveryday.sg/api/v1/products/types/DOT/
curl https://mgeveryday.sg/api/v1/products/types/DOT/variants/
# DBN SKU format and orderable variants
curl https://mgeveryday.sg/api/v1/products/types/DBN/
curl https://mgeveryday.sg/api/v1/products/types/DBN/variants/
# DOT and DBN preview-to-order flows start with preview options
curl -H "Authorization: Bearer mge_sk_..." \
https://mgeveryday.sg/api/v1/preview/options/
# Product guides explain when to use asset_url, asset_token, or preview_option_id
/developers/products/dot/
/developers/products/dbn/
Agent-friendly guide for DBN decisions: image-only order or preview-backed order, DBN preview option axes, then direct order or draft + submit.
Open DBN guide →Agent-friendly guide for DOT decisions: Flow A image-first or Flow B preview-backed, then direct order or draft + submit.
Open DOT guide →Exact endpoint and schema reference for platform integrations, including preview, purchase options, order drafts, validation, and order submission.
Open Docs →Agents can discover supported creative experiences and route users into product-specific preview and ordering flows.
Open Docs →mge_sk_... keyAuthorization: Bearer mge_sk_...