get https://api.flextract.dev/api/reports//html/
Generate an HTML report with data injection from file records.
Query Parameters:
- extraction_result_ids: List of extraction result hashids to filter file records
- folder_id: Folder hashid to filter file records
- force: Boolean (default: false) - If true, bypasses cache and generates a fresh report
- async: Boolean (default: false) - If true, uses Celery task for asynchronous processing
The HTML report will include:
- Tile templates with injected data
- CSS styles from tiles
- JavaScript from tiles
- Data objects from LLM processing
The report will be saved as an export and returned as HTML.