curl --request GET \ --url https://api.getflex.ai/v1/models \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "default_config": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>