🔧 API Test Interface

Test the PDF Conversion API

POST http://localhost:3000/api/convert
💡 Example URLs:
  • https://example.com
  • https://example.com/index.html
  • https://wikipedia.org
💡 Try this example:
<html> <head> <style> body { font-family: Arial; padding: 40px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; } h1 { font-size: 48px; } </style> </head> <body> <h1>🎉 API Test Success!</h1> <p>This PDF was generated via API</p> </body> </html>
Converting to PDF via API...

✅ PDF Generated Successfully!

-
File Size
-
Time Taken
200
Status Code
📄 PDF Preview
📖 API Documentation:
See API_DOCS.md for complete documentation including examples in cURL, Python, JavaScript, and PowerShell.