propzapi

by Unknown

Not rated
Website

About

Props-first sports odds API: live odds and player props across NBA/NFL/MLB/NHL as MCP tools.

Details

Author
Unknown
Categories
Finance, Other, API

From a template to a finished image in one round trip.

Your call gets authed and metered, the render engine turns your template and data into an image with headless Chromium, and you get back a URL with the exact credit cost in a header. A failed render is never charged.

An image API, not a design app with an API bolted on.

No editor to log into, no headless Chrome to run and babysit yourself. Send a template id and your values, get a finished image. Bring your own templates whenever the built-in ones aren't enough.

POST a template id and a small object of values. The engine fills your placeholders, renders the HTML with Chromium, and returns a URL to the image. Same request whether you want a 1200×630 share card or a square quote graphic.

A template is your HTML and CSS with{{variables}}. Create it once over the API, then render it as many times as you want with different data. No proprietary editor.

POST /v1/templatesHTML + CSS{{variables}}

Point Claude, Cursor, Cline or n8n at the hosted MCP server.generate_imagerenders and hands the agent the actual picture, not a link. OpenAPI 3.1 and llms.txt in the box.

One credit per image, and only when a render actually succeeds. The exact cost and your balance come back in response headers, so there is nothing to guess. 50 free to start.

1 credit = 1 imagebilled on deliverypacks from $5

Turn a template, your own HTML, or any URL into an image or PDF.

The same render engine and the same API key do four jobs. Use one, or use all four.

A built-in or your own HTML template, plus your data, rendered to a PNG, JPEG or WebP.

Send your own HTML and CSS, get back a hosted image. It renders in full Chromium, so the layout you wrote is the layout you get.

Same template, one line different. Set format to pdf and get a one-page PDF at the template's size.

Point it at any public web page and capture it as an image, the viewport or the full page.

The things people hate about render APIs, fixed by default.

We read the threads where developers vent about screenshot and image APIs. Here's what usually goes wrong, and what we do instead.

Pages that fade content in as you scroll, or lazy-load their images, screenshot half-empty.

It scrolls the whole page first so those sections load, then waits on fonts and the network before the shot.

Go one image over and some APIs quietly charge you. A stuck retry loop can cost real money.

A failed render costs nothing. Out of credits, you get an error, not a charge. Packs never expire.

Most template APIs want a monthly plan before you've rendered a single real image.

Your design lives in a proprietary canvas you log into and rebuild every template in.

Your own HTML and CSS with{{variables}}. Write it once, render it with new data forever.

The API is built for humans and SDKs. Wiring an AI agent to it is your problem.

Point Claude, Cursor or n8n at the MCP server and it hands back the actual image, not a link.

An image service here, a PDF one there, a separate screenshot API. Three bills, three integrations.

Template to image, HTML to image, HTML to PDF, or any URL to a screenshot. Same call, same meter.

Straight answers about templates, formats, pricing and agents, for developers and the LLMs that read this page on their behalf.

You give it a template and some data; it renders a finished image with headless Chromium. A social card, an Open Graph image, a certificate, whatever your HTML describes. Your app calls one endpoint. Your AI agent calls one MCP tool and gets the image back.

How is it different from BannerBear or Placid?▾

It was built for agents first, so a Claude or Cursor agent renders an image as an MCP tool instead of you wiring up an SDK. Your templates are plain HTML and CSS you control, not a no-code editor to learn. And you can pay as you go from $5, with no $49 floor to get started.

No. Fourteen are built in to get you moving, but the point is your own. Make a template with your HTML and {{variables}}, then render it as often as you like with different data.

That's the main idea. There's a hosted MCP server, an llms.txt and an OpenAPI spec, so an agent in Claude, Cursor, n8n or LangChain can generate an image in one call and get the picture back inline, not just a link.

My screenshots come back blank on pages that animate in as I scroll. Does that happen here?▾

No. On a full-page capture it scrolls the whole page first, so anything that fades in on scroll or lazy-loads its images gets a chance to load, and it waits for fonts and the network to settle before the shot. You get the finished page, not a half-empty one.

If I go over my quota, will I get charged overage automatically?▾

No. A render that fails costs zero credits, and when you run out the call returns an error instead of a silent charge. Pay-as-you-go packs never expire, so nothing keeps metering in the background and no surprise invoice shows up.

Can it screenshot sites that try to block bots?▾

There's a stealth option that sends a real browser fingerprint: a proper user agent, no automation flags, real language headers. Pages that just check for headless Chrome will still capture. It won't beat a full Cloudflare Turnstile challenge, and we'd rather tell you that than pretend otherwise.

What if propzapi goes away one day? Am I locked in?▾

Your templates are your own HTML and CSS, and the API is plain REST with an OpenAPI spec. There's no proprietary template format to escape, so the same markup renders in any Chromium-based tool if you ever need to move off.

Render an image or PDF, screenshot a URL, or manage templates.

One key, one JSON shape, whether you call it from code or an agent. Here are the ones you'll reach for most.

Render an image or PDF from a template and yourmodifications. Returns a URL, plus the cost in a header.

Screenshot any public web page to an image, viewport or full page. Same key and meter.

Render up to 25 images in one call. One credit per image that actually renders.

Create a reusable template from your HTML and{{variables}}. GET / PATCH / DELETE too.

Sign aGETrender URL to drop straight inog:image. Cached and free on every refetch.

Render a template or ad-hoc HTML without spending a credit. The editor's live preview.

MCP server for agents. Tools:generate_image,screenshot_url,list_templates.

Works with plaincurl,fetchorrequests, no SDK required. Swappk_live_…for your key and every example renders a real image.

curl -X POST "https://api.propzapi.com/v1/images" \ -H "X-API-Key: pk_live_…" \ -H "Content-Type: application/json" \ -d '{"template":"og-article","modifications":{"title":"Hello from propzapi"}}'
const r = await fetch("https://api.propzapi.com/v1/images", { method: "POST", headers: { "X-API-Key": "pk_live_…", "Content-Type": "application/json" }, body: JSON.stringify({ template: "og-article", modifications: { title: "Hello from propzapi" }, }), }); console.log((await r.json()).url);
import requests r = requests.post( "https://api.propzapi.com/v1/images", headers={"X-API-Key": "pk_live_…"}, json={"template": "og-article", "modifications": {"title": "Hello from propzapi"}}, ) print(r.json()["url"])

Free while you build. Pay when it ships.

Start with 50 free, no card. One credit is one image, and a failed render is never charged.See full pricing →

- 50 images, one-time
- No card
- Try it, then pay

- $5 → 150 images
- $15 → 500 images
- Never expire, no plan

- 3,500 images / mo
- Your own templates
- MCP + email support

- 1,000 images / mo
- Small production apps
- MCP + email support

Sign up with email, copy your key, POST a template. The first 50 images are on us. No card, no contract.

# 60-second quickstart curl -X POST https://api.propzapi.com/v1/register # → { "api_key": "pk_live_…", "credits": 50 } curl -X POST https://api.propzapi.com/v1/images \ -H "X-API-Key: pk_live_…" -H "Content-Type: application/json" \ -d '{"template":"og-article","modifications":{"title":"Hi"}}'

Props-first sports odds API: live odds and player props across US sportsbooks in one JSON call, with a hosted MCP server.

Hosted MCP server for live sports data — scores, analytics, schedules, standings, multi-book odds, team form, head-to-head, model predictions, and pre-generated matchup analysis across 1,000+ leagues in 150+ countries. Free tier, no card.

Access college football statistics from the College Football Data API.

Enable fast, free real-time web search and access premium data from trusted media brands for news, financial markets, sports, entertainment, weather, and more.

Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.

Access Formula 1 data, including race results, driver standings, and circuit information.

Access extensive Formula 1 statistics and information using the FastF1 library and OpenF1 API.

Easy access to fantasy sports statistics from Fantrax, ESPN, and Sleeper

Real-time sports intelligence for AI agents — schedules, live scores, odds, public betting splits, and AI bet analysis across 8 sports (MLB, NFL, NBA, NHL, NCAAF, NCAAB, tennis, soccer).

Provides football (soccer) data using the API-Football service.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.