# CIEL M2M CV Generator

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

Generates a structured CV/resume document from provided profile properties via a pay-per-call micro-service.

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/cv-generator
- Price: $0.08/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-cv-generator-07e89ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l8lUSjsq9a01VLRYGnWc4

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-cv-generator-07e89ca2 -d '<json body>'
```

Example prompt: Can you generate a professional CV for me using my profile details — name is Alex Rivera, 8 years of software engineering experience, skills in Python and Kubernetes, and a degree in Computer Science from UT Austin?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call CV generation micro-service without a subscription commitment, especially within an agentic workflow that already uses x402/USDC payments on Base. Suitable for one-off resume creation tasks or batch pipelines where cost control per call matters.

## Known failure modes

- Missing or malformed 'properties' field returns an error or empty result
- Payment failure via x402/USDC prevents request from being processed
- Incomplete profile data may result in a sparse or low-quality CV output
- Server unavailable at raw IP address due to SSL or infrastructure issues
- Schema mismatch if properties are not passed as a string as expected

## 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 CV content, likely including structured sections such as personal info, work experience, education, and skills formatted as a professional resume document.

## 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-cv-generator-07e89ca2/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)
