Skip to main content
POST
/
api
/
v1
/
assessments
/
run
Trigger Assessment
curl --request POST \
  --url https://api.mindfort.app/api/v1/assessments/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "assessment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Body

application/json
target_id
string<uuid>
required

UUID of the target to assess

assessment_method
enum<string>
default:turbo

Assessment thoroughness. turbo is fastest, deep is most comprehensive.

Available options:
turbo,
balanced,
deep
target_credential_id
string<uuid>

UUID of stored credentials to use for authenticated testing

Response

Assessment triggered successfully

assessment_id
string<uuid>

UUID of the created assessment

status
string

Current status of the assessment