Skip to main content
GET
/
models
cURL
curl --request GET \
  --url https://api.starfort.aim-intelligence.com/models \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "status": "secure",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

The maximum number of results to return

Response

Model response

name
string
required

The name of the AI model

status
enum<string>
required

Current security status

Available options:
secure,
vulnerable,
scanning
type
string

Type of model (e.g. LLM, CV)