API referenceUtilities
List preset model names
Public helper endpoint used by the Make custom app.
Response Body
application/json
curl -X GET "https://example.com/api/models"[
{
"label": "string",
"value": "string"
}
]Public helper endpoint used by the Make custom app.
application/json
curl -X GET "https://example.com/api/models"[
{
"label": "string",
"value": "string"
}
]