Turkey Website Screenshot API
Turkey Website Screenshot API helps you turn a live web page into a ready-to-use image without running your own browser farm. You send the address of a public website; we open it safely in the background and return a high-quality picture of what visitors would see. Use it to build link previews, thumbnails in your product, portfolio shots of client sites, compliance or support records, and…
Turkey Website Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Website screenshot | ||
| GET |
get_screenshot_job_v1_screenshot_jobs__job_id__get /v1/screenshot/jobs/{job_id} |
Statuses: `pending`, `processing`, `completed` (use `image_url` for the PNG), `failed`, `expired`. When `completed`, `image_url` is valid for up to 30 minutes. |
| GET |
screenshot_health_v1_screenshot_health_get /v1/screenshot/health |
|
| POST |
create_screenshot_job_v1_screenshot_jobs_post /v1/screenshot/jobs |
Queue a headless Chromium capture for the given `url`. Use the returned `job_id` with `GET /v1/screenshot/jobs/{job_id}` to poll until `status` is `completed`, then use… |
Turkey Website Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2.99 / month | 5 / second |
|
| ULTRA | $5.99 / month | 10 / second |
|
| MEGA | $9.99 / month | 20 / second |
|