API Catalog

Every API, pay-per-request

No accounts. No rate limits. Just pick an API and start making requests. 20+ capabilities and growing.

πŸ”Ž

Web Search API

Search the web and get structured results. Titles, URLs, and snippets β€” ready for agents.

GET pylon-search-api.fly.dev
$0.003 / request Docs β†’
πŸ“Έ

Screenshot API

Capture full-page screenshots of any URL. Returns high-quality PNG images.

GET pylon-screenshot-api.fly.dev
$0.01 / request Docs β†’
πŸ“„

PDF Parse API

Extract text and metadata from PDF files. Fast, reliable document parsing.

POST pylon-pdf-parse-api.fly.dev
$0.01 / request Docs β†’
πŸ“±

QR Code API

Generate QR codes from any text or URL. Returns PNG images.

GET pylon-qr-code-api.fly.dev
$0.01 / request Docs β†’
πŸ”

Domain Intel API

WHOIS, DNS, and domain intelligence lookups. Comprehensive domain research.

GET pylon-domain-intel-api.fly.dev
$0.01 / request Docs β†’
βœ‰οΈ

Email Validate API

Validate email addresses β€” syntax, MX records, and deliverability checks.

GET pylon-email-validate-api.fly.dev
$0.01 / request Docs β†’
πŸ–ΌοΈ

Image Resize API

Resize, crop, and convert images. Supports multiple formats and transformations.

POST pylon-image-resize-api.fly.dev
$0.01 / request Docs β†’
πŸ“

MD-to-PDF API

Convert Markdown to styled PDF documents. Clean, professional output.

POST pylon-md-to-pdf-api.fly.dev
$0.01 / request Docs β†’
🌐

HTML-to-PDF API

Convert HTML to PDF documents. Render any HTML with full CSS support.

POST pylon-html-to-pdf-api.fly.dev
$0.01 / request Docs β†’
πŸ‘οΈ

OCR API

Extract text from images using optical character recognition. Supports multiple languages.

POST pylon-ocr-api.fly.dev
$0.01 / request Docs β†’
🚨

Alpha Alerts API

Real-time Base blockchain intelligence. Whale movements and new token launches.

GET pylon-alpha-alerts-api.fly.dev
$0.01 / request Docs β†’
πŸ“

File Storage API

Upload any file and get a public URL. Supports up to 50MB. Files expire after 30 days.

POST pylon-file-storage-api.fly.dev
$0.005 / request Docs β†’
πŸ“‹

Document Generation API

Generate professional PDF documents from templates. Invoices, receipts, reports, and letters.

POST pylon-doc-gen-api.fly.dev
$0.02 / request Docs β†’
πŸ”—

URL Shortener API

Shorten any URL with optional custom slugs. Click tracking and stats included.

POST pylon-url-shortener-api.fly.dev
$0.002 / request Docs β†’
πŸ”„

Data Formatter API

Convert data between JSON, CSV, XML, and YAML. Instant format transformation.

POST pylon-data-formatter-api.fly.dev
$0.002 / request Docs β†’
🌍

IP Geolocation API

Look up the geographic location of any IP address. Country, city, coordinates, and timezone.

GET pylon-ip-geo-api.fly.dev
$0.002 / request Docs β†’
πŸ”Ž

DNS Lookup API

Look up DNS records for any domain. A, AAAA, MX, CNAME, TXT, NS, SOA, and more.

GET pylon-dns-lookup-api.fly.dev
$0.002 / request Docs β†’
πŸ•ΈοΈ

Web Scrape API

Scrape and extract readable content from any URL. Returns markdown, text, or HTML.

GET pylon-web-scrape-api.fly.dev
$0.01 / request Docs β†’
🌐

Translate API

Translate text between 30+ languages with auto-detection.

POST pylon-translate-api.fly.dev
$0.005 / request Docs β†’

Chain APIs together

Use POST /do/chain to orchestrate multi-step workflows in a single request. Each step's output feeds into the next β€” screenshot a page, OCR the image, then summarize the text. One call, one payment.

chain-request.sh
POST https://api.pylonapi.com/do/chain

{
  "steps": [
    { "task": "screenshot https://example.com" },
    { "task": "OCR the image from the previous step" }
  ]
}