# Social Print Studio — Developer Integration > Build photo-printing apps that submit orders to Social Print Studio. This site provides machine-readable product data and integration docs designed for LLMs and AI agents. ## Getting Started - Overview & integration guide: https://print.saved.work/docs/print-integration-guide.md - this file can be downloaded & saved in your code repo for easy reference. - Overview (HTML): https://print.saved.work/docs/ ## Product Data (JSON) - Product catalog: https://print.saved.work/products.json - Large Format Prints: https://print.saved.work/products/large-format-prints.json - Gallery Frames: https://print.saved.work/products/gallery-frames.json - Wood Prints: https://print.saved.work/products/wood-prints.json - Acrylic Photo Block: https://print.saved.work/products/acrylic-photo-block.json - Metal Prints: https://print.saved.work/products/metal-prints.json - Photo Magazine: https://print.saved.work/products/photo-magazine.json ## JSON Schemas Every JSON file includes a $schema field linking to its schema. Schemas describe every field, explain how handles/variants/SKUs relate, and document what values to pass to the order submission API. - Catalog schema: https://print.saved.work/schema/catalog.schema.json - Per-product schema: https://print.saved.work/schema/product.schema.json ## Technical Docs (Markdown) - Order submission API: https://print.saved.work/docs/order-handoff.md - Image upload API: https://print.saved.work/docs/image-upload.md