📄️ Introduction
This is an API for generating PDF reports.
📄️ Delete Access Key
Deletes an access key for the authenticated user by access key ID.
📄️ Delete Report
Deletes a report for the authenticated user by report ID.
📄️ Delete Reports
Deletes reports for the authenticated user by report ID or all reports.
📄️ Generate Access Key
Generates a new access key for the authenticated user.
📄️ Generate PDF Asynchronously
Starts a PDF generation process and returns the report ID without waiting for completion.
📄️ Generate PDF Synchronously
Starts a PDF generation process and waits for the result to return the PDF file.
📄️ Get Access Keys
Retrieves the list of access keys for the authenticated user.
📄️ Get Dashboard
Retrieves the dashboard data for the authenticated user.
📄️ Get Report Download Link
Retrieves a download link for a report for the authenticated user by report ID.
📄️ Get Reports
Retrieves the list of reports for the authenticated user.
📄️ Update Access Key Name
Updates the name of an access key for the authenticated user.