Printago API
GET
/v1/customizer/designs/{id}/svg
Get design SVG
Get the raw SVG payload for a design.
Path Parameters
id
required
string
Response Schema
DesignSvgResponse
svgrequired
string
Example Response
200 OK — application/json
{
"svg": "string"
}