Skip to main content
POST
/
v2
/
scorers
/
code
/
validate
Validate Code Scorer
curl --request POST \
  --url https://api.galileo.ai/v2/scorers/code/validate \
  --header 'Content-Type: multipart/form-data' \
  --header 'Galileo-API-Key: <api-key>' \
  --form file='@example-file' \
  --form 'required_scorers=<string>' \
  --form 'scoreable_node_types=<string>'
{
  "task_id": "<string>"
}

Authorizations

Galileo-API-Key
string
header
required

Body

multipart/form-data
file
file
required
required_scorers
scoreable_node_types

Response

Successful Response

task_id
string<uuid4>
required