Integrate the D1 API
Use the Image ID with the D1 API
When your program supports picture cards, include the Image ID in the cardImage field when placing a card order.
Prerequisites
For the D1 API, the image with the specificed
cardImageIDmust already exist within the Perso Design Services platform for it to be used when placing a card order.
API input
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?