suzuri-api

Reference the SUZURI REST API for authentication, endpoints, and merchandise creation.

1|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/pepabo/pepabo-marketplace --skill suzuri-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suzuri-api
Source: https://github.com/pepabo/pepabo-marketplace/tree/main/plugins/suzuri-api/skills/suzuri-api
Command: npx skills add https://github.com/pepabo/pepabo-marketplace --skill suzuri-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and reference material for developers looking to build applications using the SUZURI REST API, enabling the creation and management of custom merchandise.

Core Features & Use Cases

  • API Reference: Detailed information on endpoints, resources, authentication, and error handling.
  • Implementation Patterns: Practical examples for common tasks like listing products, creating merchandise from images or text, and searching for items.
  • Use Case: A developer wants to build a web app that allows users to upload their designs and automatically create T-shirts, mugs, and other products on SUZURI. This Skill provides all the necessary API details and code examples to achieve this.

Quick Start

Use the suzuri-api skill to find the endpoint for creating a new material.

Frequently Asked Questions about suzuri-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the SUZURI API to create merchandise from an uploaded image?

To create merchandise with the SUZURI API, you upload your design image as a material, then use the API to generate products like T-shirts or mugs from that material. The API provides specific endpoints for handling image uploads and product generation programmatically.

What authentication methods does the SUZURI REST API support for e-commerce applications?

The SUZURI REST API supports authentication using API keys and OAuth 2.0 protocols. You must configure these authentication methods in your application's request headers to securely access endpoints for searching, creating, and managing print-on-demand merchandise.

Can I search for existing products on SUZURI through the REST API?

Yes, you can search for existing products through the SUZURI REST API. The API provides endpoint specifications that allow your custom applications to query and retrieve lists of available merchandise based on your search criteria.

Do I need OAuth 2.0 to build a custom print-on-demand app with SUZURI?

While the SUZURI API supports both API keys and OAuth 2.0, you need OAuth 2.0 if your custom application requires user-level access for managing merchandise. Understanding API request and response formats alongside these authentication protocols is required for implementation.

How does text-based product generation work with the SUZURI API?

Text-based product generation with the SUZURI API works by sending text content to the appropriate API endpoint, which then processes the request to create merchandise. This requires understanding the API's resource structures and request formats to ensure correct data submission.

What are the limitations of using the SUZURI API for e-commerce merchandise management?

The SUZURI API requires a solid understanding of REST API request and response formats and authentication protocols. Limitations include managing error handling and ensuring image uploads meet the API's resource structure specifications for successful merchandise creation.