This is the documentation for 2022-02-01.

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/v2/apps/{APP_ID_HERE}

Note about the API Endpoint

Within the Api endpoint, the substring APP_ID_HERE must be replaced with your App Id.