curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:validateUpload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Triggers server-side validation of the uploaded source code (step 5 in the Create Evaluator workflow). The server extracts and processes the archive, then builds the evaluator environment. Poll Get Evaluator to monitor progress.
curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/evaluators/{evaluator_id}:validateUpload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The body is of type object.
A successful response.
The response is of type object.
Was this page helpful?