# PrexView API **Provider:** PrexView **Category:** storage **Base URL:** `https://prexview.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://prexview.com ## Description Data from XML or JSON to PDF, HTML or Image ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://prexview.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://prexview.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 req/month. Starter $9/mo (100 req), Pro $29/mo (500 req). HTML/XML to PDF. --- *Source: [API Map](https://apimap.dev/apis/prexview/) — CC BY 4.0*