v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
ValidationSet

Gets all validation sets available to the user that a rapid with the provided parameters can be added to.

Matching is strict: a validation set is only returned when its asset type, modality, and prompt type equal the provided parameters exactly — the same constraint enforced when actually adding a rapid. This differs from /validation-set/recommended, which uses loose overlap matching and may return sets that then reject the rapid. Returns an empty array when no compatible set exists.

get/validation-sets/compatible

Query parameters

assetTypestring[]

The asset type that the validation set must contain. An asset type can be an image, video, audio, text, or any combination of these.

modalitystring[]

The rapid modality that the validation set must contain. The modality is the type of rapid such as classify, compare, locate, etc.

promptTypestring[]

The prompt type that the validation set must contain. A prompt type is the additional information that is presented to the user when solving a rapid. For example, a prompt type can be either text or an asset if the context is an image or video.

instructionstring

An instruction used to find validation sets that have the same instruction. An instruction is a text that is presented to the user when solving a rapid that explains how to solve the rapid.

Response

OK