Skip to main content
GET
/
v1
/
models
Get Models
curl --request GET \
  --url https://api.fortytwo.network/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "fortytwo-preview",
      "created": 123,
      "object": "model",
      "owned_by": "fortytwo"
    }
  ],
  "object": "list"
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

data
Model · object[]
object
string
default:list
Allowed value: "list"