# Blitapp API **Provider:** Blitapp **Category:** developer **Base URL:** `https://blitapp.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://blitapp.com/api/ ## Description Schedule screenshots of web pages and sync them to your cloud ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://blitapp.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://blitapp.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free tier available. Scheduled screenshot and web monitoring service. --- *Source: [API Map](https://apimap.dev/apis/blitapp/) — CC BY 4.0*