cURL
curl --request GET \ --url https://api.tideblaze.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "blaze-1-heavy", "object": "model", "created": 123, "owned_by": "<string>" } ] }
Lists available mock models.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of models
list
Show child attributes