Base URL
All API requests use the following base URL:v1.
Key details
Quick start
Get from zero to your first API call in three steps.1
Create an API key
Navigate to Organization Settings and open the API Keys tab. Click Create Key, give it a label (e.g., “SIEM Integration”), select the scopes you need, and click Create.Copy the key immediately — it is shown only once.
2
Make your first request
Replace
YOUR_API_KEY with the key you just copied:3
Parse the response
A successful response returns JSON with your latest assessment scores:
Available endpoints
Scores
Latest assessment scores per framework with grades and completion timestamps.
Recommendations
Prioritized remediation recommendations with status, framework, and category context.
Discovery
AI platform discovery scan results with detected platforms and confidence scores.
Next steps
Authentication
Learn how API keys work, how scopes are enforced, and how to rotate keys safely.
Errors
Understand error responses, HTTP status codes, and how to handle failures.

