---
name: "xpay-neo-convert-document"
description: "Convert PDF, DOCX, PPTX, XLSX files to Markdown or Text. Supports URLs or base64 uploads."
version: "1.0.0"
price: "$0.02/call"
provider: "Neo"
---

# Convert Document

Convert PDF, DOCX, PPTX, XLSX files to Markdown or Text. Supports URLs or base64 uploads.

**Provider:** Neo
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to convert pdf, docx, pptx, xlsx files to markdown or text. supports urls or base64 uploads.. This is part of the Neo provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 7+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("neo/convert_document")`
2. **`xpay_run`** — Execute: `xpay_run("neo/convert_document", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `file_base64` | string | No |  |
| `source_format` | string | No |  |
| `url` | string | No |  |
| `target_format` | string | No |  |

## Pricing

- **Cost:** $0.02/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Neo (all tools)](https://xpay.tools/skills/neo/SKILL.md) — 8 tools
- [Web Search](https://xpay.tools/skills/neo/web-search/SKILL.md) — $0.01/call
- [Scrape](https://xpay.tools/skills/neo/scrape/SKILL.md) — $0.02/call
- [Pdf Analyze](https://xpay.tools/skills/neo/pdf-analyze/SKILL.md) — $0.02/call
- [Crypto Price](https://xpay.tools/skills/neo/crypto-price/SKILL.md) — $0.01/call
- [Code Review](https://xpay.tools/skills/neo/code-review/SKILL.md) — $0.03/call

## Links

- Tool page: https://xpay.tools/neo/convert-document/
- Provider: https://xpay.tools/neo/
- All tools: https://xpay.tools/explore
