# CIEL M2M CV Parse API

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

Parses and extracts structured data from curriculum vitae (CV) or resume documents

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/cv-parse
- Price: $0.05/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-parse-api-ff3ee65c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WGzfSaLNtjiu2cRCjj9b4

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-parse-api-ff3ee65c
```

Example prompt: Can you parse this resume and extract all the structured information — name, contact details, work history, skills, and education — so I can load it into our hiring system?

## When to prefer this

Choose this endpoint when you need to programmatically extract structured data from resume or CV text as part of a recruitment, HR automation, or talent management workflow. It is best suited for agents processing job applicant documents at scale, building ATS integrations, or enriching candidate profiles. It pays per call via USDC on Base (x402), making it suitable for low-volume or pay-as-you-go pipelines without a subscription commitment.

## Known failure modes

- Malformed or unreadable input document may return empty or incomplete result fields
- Unstructured or non-standard CV formats may result in low-accuracy extraction
- Missing required 'properties' parameter returns an error response
- Non-CV documents passed as input may return irrelevant or null parsed data
- Rate limiting or payment failure via x402 protocol may block the request

## 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 structured, machine-readable fields extracted from the CV, typically including candidate name, contact information, work experience entries (company, role, dates), educational background, skills list, and any other parsed resume sections.

## 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-parse-api-ff3ee65c/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)
