cURL
curl --request GET \ --url https://api.olie.ai/api/management/ai/available-models \ --header 'Authorization: Bearer <token>'
Listar todos os modelos de IA disponíveis para uso.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?