---
title: "Validate Evaluator Upload"
method: POST
path: "/v1/accounts/{account_id}/evaluators/{evaluator_id}:validateUpload"
tags: ["gateway.openapi_Gateway"]
---

# Validate Evaluator Upload

`POST /v1/accounts/{account_id}/evaluators/{evaluator_id}:validateUpload`

Triggers server-side validation of the uploaded source code (**step 5** in
the [Create Evaluator](/api-reference/create-evaluator) workflow). The server
extracts and processes the archive, then builds the evaluator environment.
Poll [Get Evaluator](/api-reference/get-evaluator) to monitor progress.

## Path parameters

- `account_id` string, required
- `evaluator_id` string, required

## Request body

- GatewayValidateEvaluatorUploadBody

## Response `200`

A successful response.

- object

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/versions/29a1e4db152c/schema)
