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" } ] }
List models
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object