Development — entry 006 of 98
ApiFlash
ApiFlash renders pages with real Chrome on AWS Lambda and returns a screenshot as a binary image or, in JSON response mode, a link to one, with built-in ad and cookie-banner blocking, full-page and responsive capture, and direct S3 export. A permanent free plan covers 100 screenshots a month with no card required, before paid tiers start at $7/month for 1,000.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
20 requests/second (leaky-bucket, burst up to 400 requests), with failed/unreachable-target requests separately capped at 5 requests/hour -- per apiflash.com/documentation's 'Rate limits' section; usage is exposed via X-Quota-Limit/X-Quota-Remaining/X-Quota-Reset response headers.