cURL
curl --request POST \ --url https://api.vogent.ai/api/eval_configs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "promptSnippet": "<string>" } '
{ "id": "<string>", "name": "<string>", "promptSnippet": "<string>" }
Creates a new AI evaluation configuration.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
The name of the evaluation configuration.
An optional prompt snippet for the evaluation configuration.
Successful operation