# Price Tag Generator > Price Tag Generator helps retail teams create, customize, and print price tags from Excel, Google Sheets, or manual product data. The production site is https://print.sabraman.art. It is a Russian-language web application with an OpenAPI-compatible REST API for creating price tags and generating print-ready PDF files. The API base URL is https://print.sabraman.art/api. Prices are represented in the smallest currency unit used by the client integration. ## Product - [Live price-tag editor](https://print.sabraman.art/): Import Excel or Google Sheets data, edit products, choose themes, preview tags, and export print-ready PDFs. - [API documentation](https://print.sabraman.art/api-docs): Interactive API overview, examples, playground, and LLM integration guidance. - [API health](https://print.sabraman.art/api-health): Human-readable service status dashboard. ## API resources - [OpenAPI specification](https://print.sabraman.art/openapi.json): Machine-readable OpenAPI 3.0 document for integrations and function calling. - [Health endpoint](https://print.sabraman.art/api/health): JSON service status and capability information. - [LLM API guide](https://github.com/sabraman/price-tag-printer/blob/main/LLM_API_GUIDE.md): Repository guide with request patterns and integration notes. ## Core operations - Create one or many price tags with `POST https://print.sabraman.art/api/price-tags`. - Generate a printable PDF with `POST https://print.sabraman.art/api/generate-pdf-v2`. - Check service readiness with `GET https://print.sabraman.art/api/health`. - Fetch the OpenAPI document from `https://print.sabraman.art/api/openapi` or `/openapi.json`. ## Data and output - Import data from `.xlsx` files, Google Sheets, pasted tabular text, or manual entry. - Configure product names, prices, discounts, multi-tier pricing, design themes, and fonts. - Export A4, A3, or Letter-compatible PDF layouts for physical printing. - Use the 17 built-in themes exposed by the API and the editor. Use the [OpenAPI specification](https://print.sabraman.art/openapi.json) for request schemas, response formats, and the complete endpoint list. Use the [interactive API documentation](https://print.sabraman.art/api-docs) for examples and browser-based testing. ## Optional - [GitHub repository](https://github.com/sabraman/price-tag-printer): Source code, development commands, and contribution guidance.