curl --request GET \ --url https://api.nugen.in/get/models_lvm \ --header 'Authorization: Bearer <token>'
{ "list_models": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?