Skip to main content
GET
/
external
/
models
List Available Models
curl --request GET \
  --url https://api.shieldbase.ai/external/models \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Client-ID: <api-key>' \
  --header 'X-Secret: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "image": "<string>",
      "group_name": "<string>",
      "is_available": true
    }
  ]
}

Authorizations

X-Client-ID
string
header
required
X-API-Key
string
header
required
X-Secret
string
header
required

Response

200 - application/json

Successful response

success
boolean
data
object[]