# NexusAPI Text to Markdown Converter

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

Converts or transforms text input into formatted Markdown syntax

## Facts

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

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-text-to-markdown-converter-2cffdb2b -d '<json body>'
```

Example prompt: Can you convert this plain text into properly formatted Markdown for me: 'Introduction\nWelcome to our guide. This covers three topics: setup, configuration, and deployment.'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call text-to-markdown conversion without managing API keys or subscriptions. Suitable for agents that occasionally need to format text for documentation, wikis, or content pipelines and want to pay only per use via USDC on Base.

## Known failure modes

- Empty or missing query field returns an error or empty response
- Extremely long input may be truncated or time out
- Ambiguous or highly unstructured input may produce inconsistent markdown output
- Payment failure in USDC on Base results in 402 error blocking the request

## How this service works

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

## Output

Returns the input text reformatted as Markdown, with appropriate syntax such as headers, bullet points, bold/italic text, and code blocks applied based on the structure of the input content.

## 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-text-to-markdown-converter-2cffdb2b/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)
