Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

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.

The CardImageID is the reference produced by the Perso Design Services platform after the artwork is validated and ready for print.

Prerequisites

  • 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.

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?