---
title: "Validate Actor input"
method: POST
path: "/v2/actors/{actorId}/validate-input"
tags: ["Actors"]
---

# Validate Actor input

`POST /v2/actors/{actorId}/validate-input`

Validates the JSON payload against the Actor's
[input schema](https://docs.apify.com/actors/development/actor-definition/input-schema)
defined in the specified build.

If the specified build has no input schema, any input is considered valid.

## Path parameters

- `actorId` string, required

## Query parameters

- `build` string

## Request body

- object

## Response `200`

- object
  - `valid` boolean, required — Always `true`. The endpoint responds with `200` only when the input passes validation. Invalid input returns a `400` error.

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `401` — Unauthorized - authentication required or invalid token.
- `403` — Forbidden - insufficient permissions to perform this action.
- `404` — Not found - the requested resource does not exist.
- `405` — Method not allowed.
- `413` — Payload too large - the request body exceeds the size limit.
- `415` — Unsupported media type - the Content-Encoding of the request is not supported.
- `429` — Too many requests - rate limit exceeded.

## Changes

> 7 revisions in range; 4 could not be searched.

- **2026-07-31** `5ceb2cdfe616` — 1 info
  - api operation id `act_validateInput_post` removed and replaced with `actor_validateInput_post`
- **2026-07-26** `b94a8abdfff1` — 8 warning
  - added the new `cannot-monetize-without-payout-billing-info` enum value to the `error/type` response property for the response status `400`
  - added the new `cannot-monetize-without-payout-billing-info` enum value to the `error/type` response property for the response status `401`
  - added the new `cannot-monetize-without-payout-billing-info` enum value to the `error/type` response property for the response status `403`
  - added the new `cannot-monetize-without-payout-billing-info` enum value to the `error/type` response property for the response status `404`
  - …4 more

[Change history](https://skmtc.dev/apify/apis/apify-api/changes/v2/actors/:actorId/validate-input/post.md)

---

[API](https://skmtc.dev/apify/apis/apify-api.md) · [All operations](https://skmtc.dev/apify/apis/apify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apify/apify-api/revisions/0a98d6a098a4/schema)
