API Documentation
doping.ai API
Machine and human-readable API discovery resources are published at /.well-known/api-catalog and /.well-known/openapi.json.
OpenAPI spec: /.well-known/openapi.json
Endpoints
POST /api/start
Start a new visibility audit workflow for a URL.
GET /api/status?id=<run-id>
Read workflow execution status and step progress.
GET /api/report?id=<run-id>
Fetch persisted report status/result payload.
POST /api/report
Authenticated report status/result updates used by workflow callbacks.
GET /api/health
Service health indicator for uptime checks and API catalogs.