View findability audit reports for document management systems. Each report scores how discoverable document titles are and highlights patterns in poorly-named titles.
View Sample ReportUpload a report:
curl -X POST /api/reports \ -H "Content-Type: application/json" \ -d @report.json
Returns { reportId, url }
Fetch report JSON:
curl /api/reports/{reportId}