FlashCapture - Screenshot API
High-performance website screenshot API. Handles lazy loading, and full-page capture
1 subscribers
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
FlashCapture - Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| capture | ||
| POST |
startCapture /capture |
Submits a URL for screenshot capture. Returns a Job ID immediately for tracking. |
| status | ||
| GET |
checkStatus /status/{id} |
Checks the progress of the capture in the database. When status is 'DONE', you can proceed to call the /download/{id} endpoint. |
| download | ||
| GET |
downloadImage /download/{id} |
Retrieves the binary image file from storage. Should be called only when status is DONE. |
FlashCapture - Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $50 / month | 10 / second |
|