# perfectpdf api **Provider:** perfectpdf **Category:** ai **Base URL:** `https://services.scideas.net` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://scideas.net ## Description The perfectpdf api does one thing, perfectly: it converts html to pdf. The perfectpdf api uses headless Google Chrome to provide a low cost, high quality, simple to use service. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://services.scideas.net/perfectpdf/api` | Returns PDF document. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://services.scideas.net/perfectpdf/api' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/perfectpdf/) — CC BY 4.0*