Tracira
API referenceUtilities

List preset model names

Public helper endpoint used by the Make custom app.

GET
/api/models

Response Body

application/json

curl -X GET "https://example.com/api/models"
[
  {
    "label": "string",
    "value": "string"
  }
]