Trust Signals
14
Endpoints
85
Avg Score
$0.01 - $1
Price Range
N/A
On-chain Activity
Endpoints (14)
POST $0.02 100 POST $0.02 99 POST $0.10 98 POST $1.00 98 POST $0.05 98 POST $0.05 98 POST $0.05 96 POST $0.05 79 POST $0.01 76 POST $0.02 75 POST $0.10 75 POST $0.02 67 POST $0.01 67 POST $1.00 65
/api/browser/markdown
Extract clean Markdown from any URL. Renders JavaScript before extraction. /api/browser/content
Fetch the fully rendered HTML of any URL after JavaScript execution. /api/replicate/predictions/create-image
Run an official image model on Replicate (generation, editing, upscaling, etc.). $0.10 per request. /api/replicate/predictions/create-audio
Run an official audio model on Replicate (text-to-speech, music generation, voice cloning, etc.). $1.00 per request. Input schemas vary per model — call /api/replicate/models/get first and validate against latest_version.openapi_schema. Hidden constraints like 'audio ≤15s' live in parameter description fields. Failed predictions are NOT refunded. /api/replicate/predictions/create-text
Run an official language model on Replicate (LLMs, speech-to-text, embeddings, etc.). $0.05 per request. /api/browser/pdf
Render any URL or HTML as a PDF. Supports custom paper size, margins, landscape, and background printing. /api/browser/screenshot
Capture a screenshot of any URL or HTML. Returns a PNG or JPEG image. Supports full-page, element selection, custom viewport. /api/browser/json
Extract structured data from any URL using AI. Provide a natural language prompt or JSON schema to define the output shape. /api/images/transform
Generate a Cloudflare Images delivery URL with on-the-fly transforms. Supports resize, crop, format conversion, blur, sharpen, rotate, and more. The image must have been uploaded via /api/images/upload first. /api/browser/links
Extract all links from any URL. Optionally filter to visible-only or same-domain links. /api/browser/crawl
Start an async crawl job. Returns a JWT token to poll /api/browser/crawl/poll for results. Supports up to 25 pages, markdown/html/json output. /api/browser/scrape
Scrape specific HTML elements from any URL by CSS selector. Returns text, HTML, attributes, and element dimensions. /api/images/upload
Upload an image by URL to Cloudflare Images. Returns image ID and delivery URLs. Use the ID with /api/images/transform to generate variant URLs. /api/replicate/predictions/create-video
Run an official video model on Replicate (generation, editing, animation, lipsync, image-to-video). $1.00 per request. For audio/music/TTS use /api/replicate/predictions/create-audio instead. Input schemas vary per model — call /api/replicate/models/get first and validate against latest_version.openapi_schema. Failed predictions are NOT refunded.