Introduction
Smake Master API — Introduction
The Smake API is organized around REST. It has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can browse your products, upload media and combine them to create new designed variants. Then you can create an order through our checkout to trigger the production process.
Basic terms
| Term | Description |
|---|---|
| Resource | An object (for example, a product variant) |
| Collection | Listing of objects (for example, all variants of a product) |
API Endpoint
https://api.smake.io/master-administration/{ENDPOINTS_HERE}Note about the API Endpoint
Within the Api endpoint, the substring ENDPOINTS_HERE must be replaced with desired endpoint.
Using these docs with AI tools
This documentation is also served as plain Markdown for AI assistants like Claude, Claude Code, or ChatGPT:
/llms.txt— index of all pages/llms-full.txt— the complete documentation as a single Markdown document- Append
.mdto any page URL to get that page as Markdown
For example, point your AI tool at https://docs.smake.com/llms-full.txt to give it the full API context — or use the Copy Markdown / Open in … buttons at the top of each page.