v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
Catalog

Retrieves list of blueprints in the catalog

Retrieves the list of blueprints in the catalog to explore from

get/v1/catalog/blueprints.json

Response

Successful operation

idinteger
titlestring
descriptionstring nullable
brandstring
modelstring
imagesstring[]

Example response

[
  {
    "id": 3,
    "title": "Kids Regular Fit Tee",
    "description": "Description goes here",
    "brand": "Delta",
    "model": "11736",
    "images": [
      "https://images.printify.com/5853fe7dce46f30f8327f5cd",
      "https://images.printify.com/5c487ee2a342bc9b8b2fc4d2"
    ]
  }
]