cURL
curl --request POST \ --url https://api.starfort.aim-intelligence.com/models \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "status": "secure", "id": 123, "type": "<string>" } '
{ "name": "<string>", "status": "secure", "type": "<string>" }
Registers a new AI model for monitoring
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Model to register
The name of the AI model
Current security status
secure
vulnerable
scanning
Identification number of the model
Type of model (e.g. LLM, CV)
Model registered