Integrate the D1 API
Last updated
Was this helpful?
When your program supports picture cards, include the Image ID in the cardImage field when placing a card order.
The CardImageID is the reference produced by the Perso Design Services platform after the artwork is validated and ready for print.
For the D1 API, the image with the specificed cardImageID must already exist within the Perso Design Services platform for it to be used when placing a card order.
Required field when picture cards are enabled:
cardImage (string): Reference to the approved, print‑ready image.
Example:
{
"cardImage": "img_1234567890"
}Last updated
Was this helpful?
Was this helpful?