Free APIs for developers. No API key required for basic usage.
Capture screenshots of any website
| Parameter | Description |
|---|---|
| url | URL to capture (required) |
| width | Viewport width (default: 1280) |
| height | Viewport height (default: 720) |
| fullPage | Capture full page (true/false) |
| format | png or jpeg |
Create short URLs programmatically
| Body (JSON) | Description |
|---|---|
| url | Long URL to shorten (required) |
| custom | Custom short code (optional) |
Generate MD5, SHA-1, SHA-256, SHA-512 hashes
| Parameter | Description |
|---|---|
| text | Text to hash (required) |
| algo | md5, sha1, sha256, sha512 (default: sha256) |
Generate QR codes as images
| Parameter | Description |
|---|---|
| text | Text or URL to encode (required) |
| size | Image size in pixels (default: 200) |