How It Works ?
Users can start by authenticating through the /authorize endpoint, with their credentials to receive a JWT token. Once authenticated, they can submit HTML content or a URL to the /convert endpoint, along with customization options. The product processes the HTML version, applies the specified options, and converts it to PDF. The PDF is then returned as a base64 encoded string or stored in S3 for retrieval. However, if a user wants to delete stored PDFs, they can do so by using the /delete endpoint to manage storage.