GET
/
api
/
beta
/
amberai
/
models
curl "https://customerDomain.ambersearch.com/api/beta/amberai/models" \
-H "Authentication: Bearer ambrs-exampletoken"
{
  "object": "list",
  "data": [
    {
      "id": "<string>",
      "created": 0,
      "object": "model",
      "owned_by": "amberSearch"
    }
  ]
}
curl "https://customerDomain.ambersearch.com/api/beta/amberai/models" \
-H "Authentication: Bearer ambrs-exampletoken"

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

The response is of type object.