One endpoint. Every tool an agent needs.
No API keys. No docs to read. Just describe what you want.
curl -X POST https://gateway.pylonapi.com/do \
-H "Content-Type: application/json" \
-d '{"task": "take a screenshot of https://example.com"}'
The gateway figures out which tool to use, extracts parameters from your description, and returns the result. Pay via x402 micropayment.
curl -X POST https://gateway.pylonapi.com/do \
-H "Content-Type: application/json" \
-d '{
"capability": "screenshot",
"params": {"url": "https://example.com", "fullPage": true}
}'
| ID | Name | Description | Cost |
|---|---|---|---|
screenshot | Screenshot | Take a full-page screenshot of any webpage. Returns PNG or JPEG image. | $0.01 |
pdf-parse | PDF Parse | Extract text content and metadata from a PDF document by URL. | $0.02 |
ocr | OCR | Extract text from an image using optical character recognition (OCR). | $0.03 |
email-validate | Email Validate | Validate an email address — checks format, MX records, and SMTP deliverability. | $0.005 |
domain-intel | Domain Intel | Get intelligence on a domain — WHOIS data, DNS records, SSL certificate info, and technology stack detection. | $0.01 |
qr-code | QR Code | Generate a QR code image from text, URL, or other data. | $0.005 |
image-resize | Image Resize | Resize, crop, or convert image format. Supports PNG, JPEG, WebP. | $0.01 |
md-to-pdf | Markdown to PDF | Render markdown text as a styled PDF document. | $0.02 |
html-to-pdf | HTML to PDF | Render HTML content as a PDF using full Chromium rendering engine. | $0.02 |
search | Web Search | Search the web and return relevant results. Returns titles, URLs, and snippets. | $0.003 |
file-storage | File Storage | Upload a file and get a public URL. Supports any file type up to 50MB. Files expire after 30 days. | $0.005 |
doc-gen | Document Generation | Generate professional PDF documents from templates and data. Supports invoice, receipt, report, and letter templates, or custom HTML. | $0.02 |
POST /do | Execute a task (natural language or explicit) |
GET /capabilities | List all available tools (JSON) |
GET /mcp | MCP tool definitions (for Claude, Cursor, etc.) |
GET /providers | List third-party API providers |
GET /health | Health check |
Use the /mcp endpoint to get auto-generated tool definitions for all capabilities. Compatible with Claude, Cursor, and any MCP-compatible client.
curl https://api.pylonapi.com/mcp | jq .
Pylon is an open platform. Third-party API providers can list their APIs and earn 85% of revenue in USDC on Base. Visit pylonapi.com/providers to learn more.
/doparams)pylonapi.com · GitHub · x402 Protocol · Powered by Pylon AI