EtikStudio

개발자 API

REST 호출 한 번으로 자체 시스템에서 라벨을 인쇄하세요.

REST + 웹훅

작업 생성, 상태 조회, 인쇄 이벤트를 시스템에서 수신.

토큰 인증

조직별 범위가 지정된 API 키, 언제든 폐기 가능.

예제 포함

가장 흔한 통합 흐름을 위한 복사해서 쓰는 코드 조각.

문서 보기

예제: ERP에서 라벨 250장 인쇄

POST https://api.url.print/v1/print
Authorization: Bearer <token>
Content-Type: application/json

{
  "template": "shipping-label-v3",
  "printer": "zebra-zt411-monterrey",
  "copies": 250,
  "data": { "lot": "MX-24-0917", "exp": "2027-03-15" }
}