MyZSK API

The MyZSK API is a read-only REST interface that allows for the retrieval of embroidery data, machine statuses, and analytics from the MyZSK platform. It is designed for the programmatic analysis of production, thread breaks, shifts, and operators.

Machines

The Machines endpoints expose real-time information about every embroidery machine assigned to your company – including live production status, the currently loaded design, head/needle configuration and an estimate of remaining production time. All endpoints are read-only HTTP GET and require the X-API-Key header.

This section is an overview – each individual endpoint is documented in its own sub-page (Unterpunkt) listed in the left navigation under Machines.

Endpoints in this section

  1. GET /machines – List all visible machines for the authenticated company, with real-time status and configuration.
  2. GET /machines/{machineId} – Get detailed real-time information for one specific machine.

Authentication

All requests require the X-API-Key header.