# Api2Pdf - PDF Generation, Powered by AWS Lambda **Provider:** Api2Pdf - PDF Generation, Powered by AWS Lambda **Category:** ecommerce **Base URL:** `https://v2018.api2pdf.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** 100 req/min **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://v2018.api2pdf.com ## Description Introduction Api2Pdf is a powerful PDF generation API with no rate limits or file size constraints. Api2Pdf runs on AWS Lambda, a serverless architecture powered by Amazon to scale to millions of requests while being up to 90% cheaper than alternatives. Supports wkhtm ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://v2018.api2pdf.com/chrome/html` | Convert raw HTML to PDF | | GET | `https://v2018.api2pdf.com/chrome/url` | Convert URL to PDF | | POST | `https://v2018.api2pdf.com/chrome/url` | Convert URL to PDF | | POST | `https://v2018.api2pdf.com/libreoffice/convert` | Convert office document or image to PDF | | POST | `https://v2018.api2pdf.com/merge` | Merge multiple PDFs together | | POST | `https://v2018.api2pdf.com/wkhtmltopdf/html` | Convert raw HTML to PDF | | GET | `https://v2018.api2pdf.com/wkhtmltopdf/url` | Convert URL to PDF | | POST | `https://v2018.api2pdf.com/wkhtmltopdf/url` | Convert URL to PDF | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://v2018.api2pdf.com/chrome/html' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go PDF generation. $0.001/PDF. No monthly fees. --- *Source: [API Map](https://apimap.dev/apis/api2pdf-pdf-generation-powered-by-aws-la/) — CC BY 4.0*