# Markdown Table Formatter

> Markdown Table Formatter is a paid API for AI agents from www.apinow.fun, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Converts CSV, JSON, arrays, or plain text into clean, aligned Markdown tables with optional alignment and padding.

## Facts

- Endpoint: POST https://www.apinow.fun/api/endpoints/ai-factory/markdown_table_formatter
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/markdown-table-formatter-7cc19254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OyknlyFjfW8ZqvXylVz8h

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 markdown-table-formatter-7cc19254 -d '<json body>'
```

Example prompt: Turn this CSV into a clean Markdown table with center-aligned columns: 'Name,Age,City\nAlice,30,New York\nBob,25,London\nCarol,35,Tokyo'

## When to prefer this

Use this endpoint when you need to quickly convert structured data (CSV, JSON, arrays, or plain text) into properly aligned Markdown tables for documentation, README files, or any Markdown-compatible output — especially when column alignment and padding matter for readability.

## Known failure modes

- Malformed or unparseable input data returns an error indicating invalid format
- Unsupported input type not recognized as CSV, JSON, array, or plain text returns a format error
- Empty input returns an error or empty table
- Invalid alignment option value may return a validation error
- Payment failure (402) if USDC payment is not provided correctly

## How this service works

Converts CSV, JSON, arrays, or plain text into clean, aligned Markdown tables with optional alignment and padding.

## Output

Returns a formatted Markdown table string with aligned columns and optional padding, ready to paste into README files, documentation, or any Markdown-supporting surface.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/markdown-table-formatter-7cc19254/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.apinow.fun](https://www.zero.xyz/host/www.apinow.fun/llms.txt)
