White-Label Editor API for Print Products
Our Editor API allows you to create and redirect your customers into our unbranded editing experiences.
WHCC currently offers editors many types of products
- 5x7 Flat and Folded Cards with optional boutique shapes and foils
- Photo and Fine Art Prints and Posters
- Many Wall Art displays like Frames, Metal Prints, Canvas Wraps, Wood Prints, and more
- Albums and Photo Books with various cover and debossing options
- Many more!
Browse all products available in our editors at WHCC ▸
Development environment
We have a staging environment available to use during development. You will need a different set of credentials for each environment.
Stage URL: https://prospector-stage.dragdrop.design
Production URL: https://prospector.dragdrop.design
All of the examples throughout this documentation points to the production hostname.
Basic Flow
- Authenticate and get an access token for future calls.
- Receive a list of designs your customers can potentially order.
- Create an editor session for a product and design.
- Redirect your customer to the response URL where they can edit their card.
- Your customer will return to your return URLs with a payload of completed design information.
- Submit an order to thru the Order Submit API using the information returned
Back to Top 👆