Overview
The analysis endpoints allow you to perform compliance analysis, track job progress, and retrieve analysis results.Base URL
Production (Beta):https://beta-api.conformly.ai/api/v1Local Development:
http://localhost:8000/api/v1
Start Gap Analysis
Tracking Analysis Progress
Analyses are persisted with status and timestamps. Use the endpoints below to track progress:- List analyses for a workspace
- Get analysis by ID (includes gaps and recommendations)
Get Analysis Overview
Analysis Status Values
pending: Analysis has been created but not yet startedprocessing: Analysis is currently runningcompleted: Analysis finished successfullyerror: Analysis failed with an error
Note: Polling the job status endpoint is no longer required. Check the analysis list or a specific analysis record to see current status and results.
List Analyses
Retrieve persisted analyses for a workspace (most recent first).Get Analysis by ID
Includes gaps, recommendations, and associated work product when available.List Persisted Gaps
Filter by severity, status, standard, or work product.Update Gap Status
Set a gap toopen, in_progress, resolved, or accepted.