# beyourspace Changelog Extractor API

> beyourspace Changelog Extractor API is a paid API for AI agents from api.beyourspace.es, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Converts free-text release notes into a structured list of versions, changes, and change types for documentation or technical tracking agents.

## Facts

- Endpoint: POST https://api.beyourspace.es/v1/extraer-changelog
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/beyourspace-changelog-extractor-api-fd7f253a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KUJFe4VWqYTSkb_hT81qG

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 beyourspace-changelog-extractor-api-fd7f253a -d '<json body>'
```

Example prompt: Take these release notes from our app's CHANGELOG.md and parse them into a structured list of versions, their changes, and what type each change is — like bug fix, feature, or breaking change.

## When to prefer this

Choose this endpoint when you have unstructured or semi-structured release notes or changelog text in Spanish or English and need to convert them into a machine-readable list of versions and typed changes. It is purpose-built for changelog parsing tasks rather than generic text extraction, making it ideal for documentation agents, dependency trackers, or release monitoring pipelines.

## Known failure modes

- Input text exceeds 20,000 character limit — request rejected
- Malformed or ambiguous release notes with no discernible version markers — may return empty or incomplete list
- Non-version-related text submitted — output may be empty or low quality
- Payment not included or insufficient — 402 response returned
- Rate limiting or server error — 5xx response

## How this service works

Endpoints de pago por uso para extraer datos de texto, leer páginas públicas y transformar CSV en JSON normalizado. Sin cuentas ni permanencia, con esquemas documentados y ejemplos ejecutables.

## Output

A structured JSON array where each element represents a version entry containing the version identifier, a list of changes, and the type/category of each change (e.g. feature, bugfix, breaking change), ready to be consumed by documentation systems or tracking agents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "maxLength": 20000,
   "description": "Texto libre, sin datos personales"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/beyourspace-changelog-extractor-api-fd7f253a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.beyourspace.es](https://www.zero.xyz/host/api.beyourspace.es/llms.txt)
