Initiates an evaluation job for the generated data
curl --request POST \ --url https://api.starfishdata.ai/v1/evaluateData \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "projectId": "<string>" }'
{ "projectId": "<string>", "jobId": "<string>", "success": true }
ID of the project to evaluate
ID of the project
ID of the evaluation job
Whether the request was successful