# MangaDex Cover Art Records

> MangaDex Cover Art Records is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the latest MangaDex cover-art records including filename, volume number, and locale for manga covers.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mangadex-covers
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mangadex-cover-art-records-7e825b23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zVHaKtPEEvgNeMao1WAdA

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 mangadex-cover-art-records-7e825b23 -d '<json body>'
```

Example prompt: Pull the latest MangaDex cover art records for me — I need the filenames, volume numbers, and locales for the covers.

## When to prefer this

Use this endpoint when you need structured MangaDex cover art metadata (filenames, volumes, locales) without needing to pass any parameters. Prefer this over scraping MangaDex directly or building your own integration. Best for agents enriching manga databases, building cover art galleries, or cross-referencing volume art by locale.

## Known failure modes

- Upstream MangaDex API unavailable — returns error or empty response
- Payment not processed — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Stale or cached data if MangaDex has not updated recently

## How this service works

Latest MangaDex cover-art records with filename, volume and locale; no params. Returns JSON.

## Output

A JSON array of MangaDex cover-art records, each containing the cover image filename, volume number, and locale (language/region) of the cover.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mangadex-cover-art-records-7e825b23/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
