cURL
curl --request GET \ --url https://api.starfort.aim-intelligence.com/models \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "status": "secure", "type": "<string>" } ]
Returns all AI models monitored by Starfort
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
Model response
The name of the AI model
Current security status
secure
vulnerable
scanning
Type of model (e.g. LLM, CV)