cURL
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 }
Initiates an evaluation job for the generated data
ID of the project to evaluate
Successfully initiated evaluation
ID of the project
ID of the evaluation job
Whether the request was successful