PixelDance
V1Models

List resolved models

Returns the full list of resolved models (code definitions merged with DB overrides). Disabled models are excluded.

GET
/v1/models

Returns the full list of resolved models (code definitions merged with DB overrides). Disabled models are excluded.

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Response Body

application/json

curl -X GET "http://localhost:3002/v1/models"
[
  {
    "id": "string",
    "name": "string",
    "brand": "string",
    "category": "string",
    "creditCost": 0,
    "property1": null,
    "property2": null
  }
]