cURL
curl --request GET \ --url https://api.scale.com/v2/model_endpoints \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "url": "<string>", "description": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z" } ]
Fetches a list of all available models.
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Successfully retrieved models.
Unique identifier for the model endpoint.
Model endpoint URL.
Description of the model.
Status of the model.
active
deprecated
errored
inReview
Timestamp when the model was created.