cURL
curl --request GET \ --url https://api.nugen.in/api/v3/evaluations/{evaluation_id}/download \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download evaluation results as JSON file
Returns the complete evaluation results including:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?