cURL
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 'test_input=<string>' \ --form 'test_output=<string>' \ --form 'required_scorers=<string>' \ --form 'scoreable_node_types=<string>'
{ "task_id": "<string>" }
Validate a code scorer with optional simple input/output test.
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?