Skip to main content
GET
/
v1
/
models
List models
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

A list of models

object
enum<string>
required
Available options:
list
data
object[]
required