v3

latestOpenAPI 3.1.2Apache 2.02026-07-31231237972.0 KB
Actors

Validate Actor input

Validates the provided input against the Actor's input schema for the specified build.

The endpoint checks whether the JSON payload conforms to the input schema defined in the Actor's build. If no build query parameter is provided, the latest build tag is used by default.

post/v2/actors/{actorId}/validate-input

Path parameters

actorIdstring required
Example:janedoe~my-actor

Actor ID or a tilde-separated owner's username and Actor name.

Query parameters

buildstring
Example:latest

Optional tag or number of the Actor build to use for input schema validation. By default, the latest build tag is used.

Request body

object required

Response

validboolean required

Whether the input is valid according to the Actor's input schema.