Skip to main content
GET
/
v1
/
nodes
/
deprecated-models
GET /api/v1/nodes/deprecated-models
curl --request GET \
  --url https://api.magica.com/api/v1/nodes/deprecated-models \
  --header 'Authorization: Bearer <token>'
Use this endpoint only for migration and historical lookup flows. New integrations should discover supported models with GET /v1/models, GET /v1/models/catalog, and GET /v1/models/search.

Authorizations

Authorization
string
header
required

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

Response

Bad Request