# CIEL M2M API Marketplace – mm-hf Micro-service

> CIEL M2M API Marketplace – mm-hf Micro-service is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-18).

Calls a specific micro-service endpoint in the CIEL M2M marketplace, likely a Hugging Face model inference or data transformation task, billed per call via USDC on Base.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/mm-hf
- Price: $0.5/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-api-marketplace-mm-hf-micro-service-f18714ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3AaSwRxhgVyLqVZ73nOet

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-api-marketplace-mm-hf-micro-service-f18714ce
```

Example prompt: Call the CIEL mm-hf micro-service with my properties payload and return the parsed result — charge the 0.5 USDC fee to my Base wallet.

## When to prefer this

Prefer this endpoint when you need a lightweight, pay-per-call AI micro-service accessible via x402 USDC micropayments on Base, especially when integrating into autonomous agent workflows that require no subscription setup and on-demand inference or data transformation from a Hugging Face-backed model.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed or missing properties string returns error or empty result
- Endpoint unresponsive due to bare-IP hosting instability
- Ambiguous input schema leads to unexpected or generic output
- Rate limiting or subscription cap exceeded on RapidAPI side

## 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 with a 'result' field containing the processed or inferred data output from the specific micro-service called at /api/mm-hf.

## 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-api-marketplace-mm-hf-micro-service-f18714ce/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)
