{"services":[{"id":"flux-schnell","category":"image-generation","endpoint":"POST /api/generate","name":"Flux Schnell","price":"$0.02","priceRaw":"20000","description":"Fast image generation, good quality. Default model.","parameters":{"prompt":"string","model":"flux-schnell","width":1024,"height":1024},"avgTimeSeconds":3,"demo":"GET /api/generate?demo=true"},{"id":"flux-dev","category":"image-generation","endpoint":"POST /api/generate","name":"Flux Dev","price":"$0.03","priceRaw":"30000","description":"Higher quality image generation, slower.","parameters":{"prompt":"string","model":"flux-dev","width":1024,"height":1024},"avgTimeSeconds":15,"demo":"GET /api/generate?demo=true"},{"id":"flux-pro","category":"image-generation","endpoint":"POST /api/generate","name":"Flux Pro","price":"$0.05","priceRaw":"50000","description":"Best quality image generation, professional results.","parameters":{"prompt":"string","model":"flux-pro","width":1024,"height":1024},"avgTimeSeconds":25,"demo":"GET /api/generate?demo=true"},{"id":"screenshot","category":"browser","endpoint":"POST /api/screenshot","name":"Web Screenshot","price":"$0.005","priceRaw":"5000","description":"Capture a full or viewport screenshot of any public URL.","parameters":{"url":"string","width":1280,"height":720,"fullPage":false},"avgTimeSeconds":5,"demo":"GET /api/screenshot?demo=true"},{"id":"markdown","category":"text","endpoint":"POST /api/markdown","name":"HTML to Markdown","price":"$0.001","priceRaw":"1000","description":"Fetch a URL or pass raw HTML and receive clean Markdown.","parameters":{"url":"string (or html: string)"},"avgTimeSeconds":3,"demo":"GET /api/markdown?demo=true"},{"id":"summarize","category":"text","endpoint":"POST /api/summarize","name":"Extractive Summarizer","price":"$0.005","priceRaw":"5000","description":"Algorithmically summarize long text — no AI API, instant results.","parameters":{"text":"string","maxLength":200},"avgTimeSeconds":1,"demo":"GET /api/summarize?demo=true"},{"id":"qrcode","category":"generator","endpoint":"POST /api/qrcode","name":"QR Code Generator","price":"$0.001","priceRaw":"1000","description":"Generate a QR code PNG from any URL or text.","parameters":{"data":"string","size":300,"format":"png"},"avgTimeSeconds":1,"demo":"GET /api/qrcode?demo=true"},{"id":"json-validate","category":"developer","endpoint":"POST /api/json-validate","name":"JSON Validator","price":"$0.001","priceRaw":"1000","description":"Validate and prettify JSON, with optional JSON Schema validation via AJV.","parameters":{"json":"string","schema":"object (optional)"},"avgTimeSeconds":1,"demo":"GET /api/json-validate?demo=true"},{"id":"pdf-to-markdown","category":"document","endpoint":"POST /api/pdf-to-markdown","name":"PDF to Markdown","price":"$0.005","priceRaw":"5000","description":"Fetch a PDF from a URL and extract its text as Markdown.","parameters":{"url":"string — publicly accessible URL to a PDF file"},"avgTimeSeconds":5,"demo":"GET /api/pdf-to-markdown?demo=true"},{"id":"url-metadata","category":"web","endpoint":"POST /api/url-metadata","name":"URL Metadata","price":"$0.001","priceRaw":"1000","description":"Extract title, description, Open Graph tags, favicon, and canonical URL from any web page.","parameters":{"url":"string — publicly accessible URL"},"avgTimeSeconds":3,"demo":"GET /api/url-metadata?demo=true"},{"id":"crypto-price","category":"finance","endpoint":"POST /api/crypto-price","name":"Crypto Price","price":"$0.001","priceRaw":"1000","description":"Get live cryptocurrency price, 24h change, and market cap via CoinGecko.","parameters":{"symbol":"string — e.g. BTC, ETH, SOL","currency":"string (optional, default 'usd')"},"avgTimeSeconds":2,"demo":"GET /api/crypto-price?demo=true"},{"id":"detect-language","category":"text","endpoint":"POST /api/detect-language","name":"Language Detection","price":"$0.001","priceRaw":"1000","description":"Detect the language of any text using script analysis and word-frequency heuristics. No AI API needed.","parameters":{"text":"string — text to detect language of (max 50,000 chars)"},"avgTimeSeconds":1,"demo":"GET /api/detect-language?demo=true"},{"id":"image-resize","category":"image","endpoint":"POST /api/image-resize","name":"Image Resize","price":"$0.002","priceRaw":"2000","description":"Fetch an image from a URL, resize it, and return base64-encoded output in png, jpeg, or webp.","parameters":{"url":"string","width":"number","height":"number (optional)","format":"png|jpeg|webp","quality":"1–100"},"avgTimeSeconds":3,"demo":"GET /api/image-resize?demo=true"},{"id":"diff","category":"developer","endpoint":"POST /api/diff","name":"Text Diff","price":"$0.001","priceRaw":"1000","description":"Compute a line-by-line unified diff between two text strings.","parameters":{"a":"string — original text","b":"string — modified text"},"avgTimeSeconds":1,"demo":"GET /api/diff?demo=true"},{"id":"btc-signal","category":"trading","endpoint":"POST /api/btc-signal","name":"BTC Direction Signal","price":"$0.01","priceRaw":"10000","description":"BTC direction prediction using 8-signal composite: OKX derivatives (taker flow, OI direction, funding rate, CVD divergence, L/S ratio) + price action (RSI extremes, EMA trend, mean reversion). 57-64% backtest accuracy on 25-min lookahead.","parameters":{"timeframe":"1m | 3m | 5m | 15m | 30m | 1h (default: 5m)"},"avgTimeSeconds":2,"demo":"GET /api/btc-signal?demo=true"},{"id":"token-research","category":"trading","endpoint":"POST /api/token-research","name":"Token Research Report","price":"$0.10","priceRaw":"100000","description":"Comprehensive token research: CoinGecko fundamentals (price, market cap, volume, ATH, social metrics, categories) + DexScreener on-chain data (liquidity, buy/sell pressure, pair age, multi-chain). Returns trading signals and risk flags.","parameters":{"token":"Token symbol, name, or contract address"},"avgTimeSeconds":3,"demo":"GET /api/token-research?demo=true"},{"id":"wallet-analysis","category":"trading","endpoint":"POST /api/wallet-analysis","name":"Wallet Analysis","price":"$0.05","priceRaw":"50000","description":"Wallet profiling: native balance, token holdings, recent transactions, token transfers, activity level, DeFi usage, risk flags. Supports Ethereum, Base, Polygon, Arbitrum, Optimism, and Solana.","parameters":{"address":"Wallet address (0x... or Solana base58)","chain":"(optional) auto-detected"},"avgTimeSeconds":3,"demo":"GET /api/wallet-analysis?demo=true"}],"payment":{"network":"Base (eip155:8453) + Solana (solana:mainnet)","token":"USDC","protocol":"x402","receiver":"0x6dC88e65c36c256ed6937f83c4b22CBbBE1894FD","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","header":"X-Payment (or X-402-Payment or Payment-Signature)"}}