# Urlbox API **Provider:** Urlbox **Category:** storage **Base URL:** `https://api.urlbox.io` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://api.urlbox.io ## Description A plugin that allows the user to capture screenshots of a web page from a URL or HTML using ChatGPT. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.urlbox.io/v1/render/sync` | Render a URL as an image or video | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.urlbox.io/v1/render/sync' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/urlbox/) — CC BY 4.0*