klymax402 Barcode Generator is a paid API for AI agents from klymax402.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).
Generates a barcode image from text/numeric data in formats including Code128, Code39, EAN-13, and UPC-A
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
Returns a JSON object containing the encoded data string, a base64 or URL-encoded barcode image, the format used (e.g. code128), the barcode height and bar width in pixels, the character encoding scheme, and the MIME type of the image.
GEThttps://klymax402.com/api/barcode-generator/api/barcodeChoose this endpoint when you need a quick, no-setup barcode image generated on-demand for formats like Code128, Code39, EAN-13, or UPC-A. Ideal for agents automating product labeling, inventory tracking, or logistics workflows that need scannable barcodes without integrating a dedicated barcode library.
| Field | Type | Description |
|---|---|---|
| data | string | Data to encode in the barcode |
| width | number | Bar width in pixels (default: 2) |
| format | string | Barcode format: code128, code39, ean13, upca (default: code128) |
| height | number | Barcode height in pixels (default: 100) |
{
"type": "json",
"example": {
"data": "example",
"image": "example",
"format": "example",
"height": 1,
"barWidth": 1,
"encoding": "example",
"mimeType": "example"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"