Skip to main content
GET
/
models
List Models
curl --request GET \
  --url https://eomer-api.onrender.com/models \
  --header 'Authorization: Bearer <token>'
{
  "available_presets": [
    "<string>"
  ],
  "note": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Available model presets response.

available_presets
string[]
required
note
string
required