Base URL: https://158.247.230.116.nip.io
No email required. One click, get a key instantly. 30 requests/day.
Check API status. No authentication required.
curl https://158.247.230.116.nip.io/health
→ {"status":"ok","uptime":"5912","cache":{"size":3},"keysIssued":1}
Take a screenshot. Requires API key.
| Parameter | Type | Default | Description |
|---|---|---|---|
| url | string | required | Target URL |
| api_key | string | required | Your API key |
| width | number | 1280 | Viewport width |
| height | number | 720 | Viewport height |
| fullPage | bool | false | Capture full scrollable page |
| selector | string | "" | CSS selector for element capture |
| format | string | png | png or jpeg |
| quality | number | 90 | JPEG quality (1-100) |
| delay | number | 0 | Wait ms before capture |
curl "https://158.247.230.116.nip.io/screenshot?url=https://example.com&api_key=YOUR_KEY"
# Element selector — capture only the header: curl "https://158.247.230.116.nip.io/screenshot?url=https://example.com&selector=h1&api_key=YOUR_KEY"
JSON body version. Supports PDF + element selector.
curl -X POST https://158.247.230.116.nip.io/screenshot -H "Content-Type: application/json" -H "X-API-Key: YOUR_KEY" -d '{"url":"https://example.com","selector":".hero","format":"png"}'
# PDF: curl -X POST https://158.247.230.116.nip.io/screenshot -H "Content-Type: application/json" -H "X-API-Key: YOUR_KEY" -d '{"url":"https://example.com","pdf":true}'
Generate OG social card (1200x630). Light/dark modes. Custom logo.
| Parameter | Type | Default | Description |
|---|---|---|---|
| url | string | required | Target URL for OG extraction |
| dark_mode | bool | false | Dark theme card |
| logo | string | "" | URL or base64 logo image |
curl -X POST https://158.247.230.116.nip.io/social-card -H "Content-Type: application/json" -H "X-API-Key: YOUR_KEY" -d '{"url":"https://github.com","dark_mode":false}'
Register for a free API key. No auth required. Rate-limited per IP (3/hour).
curl -X POST https://158.247.230.116.nip.io/register
→ {"api_key":"sk-...","plan":"free","limit":"30 requests/day"}
OpenAPI 3.0 specification for third-party integrations.
curl https://158.247.230.116.nip.io/openapi.json
→ {... complete API specification ...}