# CIEL M2M QR Code Generator

> CIEL M2M QR Code Generator is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-18).

Generates a QR code image from provided data or URL input, returning the encoded result.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/qr-generate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-qr-code-generator-da4457d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ct2s2MtIa5pOdLZcOUvca

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 ciel-m2m-qr-code-generator-da4457d8
```

Example prompt: Can you generate a QR code for https://myshop.example.com so I can put it on my product packaging?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call QR code generation with no subscription overhead, especially within an AI agent workflow that already uses x402 micropayments on Base. At $0.01 USDC per call it is cost-effective for low-to-medium volume needs without requiring a dedicated QR service account.

## Known failure modes

- Empty or missing input data returns an error or blank result
- Malformed input schema causes a 400 bad request
- Input string too long may exceed QR code capacity limits
- Service unavailability on the IP-based host may cause connection timeouts
- Invalid properties parameter may result in default settings being applied silently

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object containing the generated QR code data, typically as a base64-encoded image or image URL that can be rendered or downloaded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-qr-code-generator-da4457d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
