# NexusAPI HTML-to-Text Converter

> NexusAPI HTML-to-Text Converter is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.046385/call, status unknown (last checked 2026-09-15).

Converts HTML markup into clean plain text by stripping tags and formatting

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/text/html-to-text
- Price: $0.046385/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-html-to-text-converter-6cd6f5eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FgZ-m6hKIyXWhu9xlKbBU

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 nexusapi-html-to-text-converter-6cd6f5eb -d '<json body>'
```

Example prompt: Can you strip all the HTML tags from this markup and give me just the plain readable text: '<h1>Hello World</h1><p>This is a <strong>test</strong> paragraph.</p>'?

## When to prefer this

Use this endpoint when you need a simple, pay-per-call HTML stripping service without managing API keys or server infrastructure. Ideal for lightweight text extraction pipelines where the input is known HTML and you need readable plain text output quickly. Prefer over full browser-rendered scraping tools when JavaScript execution is not required.

## Known failure modes

- Malformed or incomplete HTML may produce garbled or missing output
- Very large HTML documents may time out or be truncated
- Non-HTML input (e.g. plain text or XML) may return the input unchanged or produce unexpected results
- Deeply nested or JavaScript-heavy pages may not extract meaningful text

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

A plain text string with all HTML tags removed, leaving only the human-readable text content extracted from the original HTML input

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-html-to-text-converter-6cd6f5eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
