# scr > scr is a public screenshot and image sharing service. Each user-provided share link can contain one or more images and exposes direct, cookie-free binary URLs plus a JSON manifest for automated and AI processing. ## Main service - [Share screenshots and images](https://scr.iop.sk/): Upload up to ten JPG, PNG, GIF, WebP, or AVIF images and create one public share link. ## Accessing a user-provided share URL - `https://scr.iop.sk/s/{share-token}`: Human-readable share page with image previews and direct download links. - `https://scr.iop.sk/s/{share-token}.json`: Machine-readable JSON manifest. It lists each direct image URL, MIME type, byte size, dimensions, and SHA-256 checksum. - `https://scr.iop.sk/i/{image-token}`: Original image binary with its native content type, immutable cache headers, ETag, and no session cookies. It can be fetched directly with curl, wget, or an HTTP client. ## Usage guidance - Retrieve only share or image URLs explicitly supplied by a user; share tokens are unlisted and must not be guessed or enumerated. - A share URL is public. Do not upload, reproduce, or expose sensitive or private material without authorization. - The JSON manifest is the preferred discovery format when a share contains more than one image.