๐ŸŽ Launch week75% off all credits for 30 daysLifetime $200 โ†’ $50 credits/month, for lifeSee the deal โ†’
Developer API

Build with Shotcraft's Image API

Generate beautiful OG images, social cards, and mockup thumbnails programmatically.

Get your API key โ†’
Live API example โ€” OG image generated by Shotcraft

This image is generated live by the API

Endpoint

A single GET endpoint returns a PNG image directly.

GEThttps://shotcraft.cloud/api/v1/og

Parameters

ParameterTypeDefaultDescription
titlestring"Shotcraft"Main heading. Clamped to 80 chars.
subtitlestring""Subheading. Clamped to 120 chars.
themeenumdarkdark light gradient-1 gradient-2 gradient-3
keystringโ€”API key (sk_shot_...). Omit for watermarked demo.

Code examples

cURL
curl "https://shotcraft.cloud/api/v1/og?title=My+App&theme=gradient-1&key=sk_shot_..." \
  -o og-image.png
JavaScript
const res = await fetch(
  'https://shotcraft.cloud/api/v1/og?title=My+App&theme=dark&key=sk_shot_...'
);
const blob = await res.blob();
HTML
<meta property="og:image"
  content="https://shotcraft.cloud/api/v1/og?title=My+App&theme=dark&key=sk_shot_..." />

Pricing

No credit card required to try. Upgrade when you're ready to remove the watermark.

TierPriceCalls / monthWatermark
Free (no key)$0~100Yes
Pro$12 / moUnlimitedNo
Lifetime$200 onceUnlimitedNo