跳轉到主要內容
GET
/
external
/
models
cURL
curl --location --request GET 'https://app.sbai.cloud/api/external/models' \
--header 'client-id: your-client-id' \
--header 'private-key: your-private-key' \
--header 'secret: your-secret'
[
  {
    "label": "<string>",
    "value": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.shieldbase.ai/llms.txt

Use this file to discover all available pages before exploring further.

標頭

client-id
string
必填
private-key
string
必填
secret
string
必填

回應

Successful Response

label
string
value
string