cURL
curl --request GET \ --url https://api.futureagi.com/model-hub/get-eval-template-names \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ]
Retrieve list of template names and IDs for quick reference
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
List of template names
Was this page helpful?