Documentation Index
Fetch the complete documentation index at: https://docs.mindfort.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests are made to:Authentication
The MindFort API uses Bearer token authentication. Include your API key in theAuthorization header of every request:
Rate Limits
- Per-IP limit: 3 requests per minute
Retry-After: 60 header. The API returns HTTP 429 with an error message.
Error Format
All errors follow a consistent JSON structure:request_id when contacting support for faster resolution.
Component IDs
Several API endpoints require UUIDs for targets, findings, templates, and other resources. Below is where to find each ID in the MindFort dashboard.Targets
Navigate to Target Inventory and click on a target. The Target ID is displayed on the target’s detail page.Findings
UseGET /v1/findings or open a finding in the dashboard. The Finding ID identifies a specific vulnerability for detail, comment, and status update requests.
Filter list results with status, assessment_id, exclude_secured, target_id, and severity. See Findings API for parameter details and dashboard mapping.
Assessments
Open Assessments, select a run, and copy the Assessment ID from the URL or detail view. Use it asassessment_id when listing findings for that run only.
Tasks
To find a Template ID, navigate to Tasks > Templates. Select a template and the ID will be shown in the template detail panel.Content Type
All endpoints accept and returnapplication/json. Requests must include: