{
  "schema_version": "v1",
  "name_for_human": "LabelInn Print API",
  "name_for_model": "labelinn_print",
  "description_for_human": "Send labels to physical printers from any system. Design, preview, and print shipping labels, barcodes, and product tags via API.",
  "description_for_model": "The LabelInn Print API allows you to send print jobs to physical thermal label printers. You can submit raw ZPL commands, images (base64 or URL), or fill template designs with variable data. The API supports managing printer fleets, tracking job status, and subscribing to webhooks for real-time events. Use sk_test_ keys for sandbox testing (no physical print). All endpoints require Bearer token authentication with an sk_live_/sk_test_ API key. (An OAuth 2.0 authorization-code flow also exists at /v1/oauth/authorize and /v1/oauth/token for interactive no-code connectors such as Make and Zapier; it is not intended for agents, which should use an API key.)",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://labelinn.com/.well-known/openapi.yaml"
  },
  "logo_url": "https://labelinn.com/images/logo-512.png",
  "contact_email": "api@labelinn.com",
  "legal_info_url": "https://labelinn.com/terms"
}
