POST
/
v1
/
evaluateData
Evaluate 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
}

Authorizations

x-api-key
string
header
required

Body

application/json
projectId
string
required

ID of the project to evaluate

Response

Successfully initiated evaluation

projectId
string

ID of the project

jobId
string

ID of the evaluation job

success
boolean

Whether the request was successful