# Komo.ai Barcode Generation API

> Komo.ai Barcode Generation API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.123563/call, status unknown (last checked 2026-09-15).

Generates barcode images or data for given input via a pay-per-call API endpoint on the Base blockchain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/barcodes1
- Price: $0.123563/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-barcode-generation-api-e9583396
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XFFoKhSm7uB7nZswROAYC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability komo-ai-barcode-generation-api-e9583396 -d '<json body>'
```

Example prompt: Generate a barcode for product code 012345678905 so I can use it on a product label.

## When to prefer this

Use this endpoint when you need to programmatically generate barcodes on a pay-per-call basis without a subscription, particularly in blockchain-native or crypto-payment workflows using the x402 protocol on Base chain.

## Known failure modes

- Invalid or missing input data returns an error result
- Unsupported barcode format may yield empty or error response
- Payment failure via x402 protocol blocks the call
- Malformed request body results in a 4xx error
- Service unavailability on Vercel infrastructure causes 5xx errors

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing the generated barcode data or image representation for the provided input, suitable for rendering or embedding in labels and documents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/komo-ai-barcode-generation-api-e9583396/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
