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>"
  }
]

Headers

client-id
string
required
private-key
string
required
secret
string
required

Response

200
application/json

Successful Response

The response is of type object[].