POST
/api/browser/content
$0.02Fetch the fully rendered HTML of any URL after JavaScript execution.
POST
/api/browser/crawl
$0.10Start 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.
POST
/api/browser/json
$0.05Extract structured data from any URL using AI. Provide a natural language prompt or JSON schema to define the output shape.
POST
/api/browser/links
$0.02Extract all links from any URL. Optionally filter to visible-only or same-domain links.
POST
/api/browser/markdown
$0.02Extract clean Markdown from any URL. Renders JavaScript before extraction.
POST
/api/browser/pdf
$0.05Render any URL or HTML as a PDF. Supports custom paper size, margins, landscape, and background printing.
POST
/api/browser/scrape
$0.02Scrape specific HTML elements from any URL by CSS selector. Returns text, HTML, attributes, and element dimensions.
POST
/api/browser/screenshot
$0.05Capture a screenshot of any URL or HTML. Returns a PNG or JPEG image. Supports full-page, element selection, custom viewport.
POST
/api/images/transform
$0.01Generate 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.
POST
/api/images/upload
$0.01Upload an image by URL to Cloudflare Images. Returns image ID and delivery URLs. Use the ID with /api/images/transform to generate variant URLs.
POST
/api/replicate/predictions/create-audio
$1.00Run 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.
POST
/api/replicate/predictions/create-image
$0.10Run an official image model on Replicate (generation, editing, upscaling, etc.). $0.10 per request.
POST
/api/replicate/predictions/create-text
$0.05Run an official language model on Replicate (LLMs, speech-to-text, embeddings, etc.). $0.05 per request.
POST
/api/replicate/predictions/create-video
$1.00Run 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.
Install on Your Agent
Add Cloudflare API skills to any client
npx agentcash add https://stableflare.devTransactions
Volume
Agents