Render any URL or HTML as a PDF. Supports custom paper size, margins, landscape, and background printing.
POST/api/browser/json$0.05
Extract structured data from any URL using AI. Provide a natural language prompt or JSON schema to define the output shape.
POST/api/browser/scrape$0.02
Scrape specific HTML elements from any URL by CSS selector. Returns text, HTML, attributes, and element dimensions.
POST/api/browser/links$0.02
Extract all links from any URL. Optionally filter to visible-only or same-domain links.
POST/api/browser/crawl$0.10
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.
GET/api/browser/crawl/pollFREE
Poll crawl job status and retrieve results. Free (SIWX auth only) — only the wallet that paid can poll.
POST/api/browser/screenshot$0.05
Capture a screenshot of any URL or HTML. Returns a PNG or JPEG image. Supports full-page, element selection, custom viewport.
POST/api/browser/markdown$0.02
Extract clean Markdown from any URL. Renders JavaScript before extraction.
POST/api/browser/content$0.02
Fetch the fully rendered HTML of any URL after JavaScript execution.
POST/api/images/upload$0.01
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.
POST/api/images/transform$0.01
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.
POST/api/replicate/models/searchFREE
Search official models on Replicate by query string. Only returns official models.
POST/api/replicate/models/getFREE
Get details for a specific model including its input/output schema and description
POST/api/replicate/collections/listFREE
List all curated model collections on Replicate
POST/api/replicate/collections/getFREE
Get models in a specific curated collection by slug
POST/api/replicate/predictions/create-image$0.10
Run an official image model on Replicate (generation, editing, upscaling, etc.). $0.10 per request.
POST/api/replicate/predictions/create-video$1.00
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.
POST/api/replicate/predictions/create-audio$1.00
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.
POST/api/replicate/predictions/create-text$0.05
Run an official language model on Replicate (LLMs, speech-to-text, embeddings, etc.). $0.05 per request.
POST/api/replicate/predictions/getFREE
Get the current status and output of a prediction. Poll this until status is 'succeeded' or 'failed'. Free (SIWX auth only).