Skip to main content

adaline.report Documentation

The Adaline Report API is a standalone compliance scoring and report generation service hosted at api.adaline.report.

Use it to scan documents for accessibility issues, generate compliance reports, and integrate scoring into your own applications.

Base URL

https://api.adaline.report

Authentication

Requests are authenticated with an API key passed in the X-API-Key header. Contact us to get your API key.

Key Endpoints

  • POST /api/v1/scan -- Upload a document for compliance scanning
  • GET /api/v1/reports -- List compliance reports
  • GET /api/v1/reports/:id -- Get a specific report with full details
  • GET /api/v1/tags -- List and manage tags
  • GET /health -- Service health check

Compliance Checks

Reports include 12 automated checks across 6 WCAG categories: Document Structure, Images and Media, Tables, Tagged PDF Structure, Forms, and Navigation. Each check returns a pass/fail result with severity (critical, major, minor) and a detailed explanation.

Scoring

The overall score is a weighted average across categories. Grades: A (95+), B (85+), C (70+), D (50+), F (below 50). A document is considered compliant at 95% or above.

© 2026 Adaline LLC