APIs that save
you hours

Production-ready REST APIs. Integrate in minutes, pay with ETH.

Get API Key โ€” from $9/mo

๐Ÿ“„ Invoice PDF API

POST JSON โ†’ polished PDF invoice. Handles line items, tax, custom branding.

$9/mo
Buy โ€” $9/mo

๐Ÿ›๏ธ Product Description AI

Paste product details โ†’ get 10 SEO-optimized descriptions + meta tags.

$12/mo
Buy โ€” $12/mo

๐Ÿ”ง All APIs

Full access to Invoice API, Description AI, and Gig Fulfillment API.

$19/mo
Buy โ€” $19/mo

Dead simple integration

One POST request. One PDF back.

curl -X POST https://favorite-angel-aerial-dear.trycloudflare.com/api/invoice/generate \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"invoice":{"number":"INV-001","from":{"name":"Acme LLC","email":"[email protected]","address":"1 Main St"},
       "to":{"name":"Client","email":"[email protected]","address":"2 Oak Ave"},
       "items":[{"description":"Design","qty":1,"unit_price":1200}],"tax_pct":20,"due_date":"2026-06-30"}}' \
  --output invoice.pdf