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

Authorizations

Authorization
string
header
required

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

Path Parameters

model
string
required

Response

200
application/json

Successful Response

The response is of type object.