/
RA
rapidata
/
Rapidata API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 3d ago
Details
Filter operations
Asset
3
Audience
23
BatchUpload
4
Benchmark
35
Bidder
3
Billing
31
BillingAccount
6
Cache
2
Campaign
15
Capabilities
5
Client
5
ContextShortening
1
Customer
1
CustomerRapid
8
Datapoints
5
Dataset
4
DatasetGroup
1
Examples
4
ExternalApps
3
ExternalAudience
2
Faucet
2
Feedback
1
Flow
7
FlowItem
1
GlobalText
4
Identity
4
Invoice
6
Job
39
Leaderboard
19
Newsletter
2
Order
21
Organization
14
OwnerTierOverride
5
Participant
13
Payment
4
Platform
3
Prompt
2
RankingFlow
2
RankingFlowItem
5
Rapid
2
Rapidata.Identity.API
1
Sample
4
SampleGeneration
4
Signal
10
Survey
1
Translation
2
UserRapid
5
ValidationFeedback
2
ValidationSet
15
post
Adds a new validation rapid to a validation set using a JSON body.
post
Creates a new empty validation set.
get
Gets a validation set by id.
delete
Deletes a validation set by id.
patch
Updates different characteristics of a validation set using patch semantics.
get
Exports all rapids of a validation set to a file.
get
Gets the available validation sets for the current user's organization.
get
Gets all validation sets available to the user that a rapid with the provided parameters can be added to.
get
Gets a validation set that is available to the user and best matches the provided parameters.
get
Queries the validation rapids for a specific validation set.
get
Queries available validation sets based on the provided filter, paging and sorting criteria.
post
Refreshes the labeling hints for a validation set.
patch
Updates the dimensions of all rapids within a validation set.
patch
Updates the shouldAlert field on all rapids within a validation set.
patch
Updates the visibility of a validation set.
ValidationSet
Gets the available validation sets for the current user's organization.
get
/validation-sets/available
Response
OK
GetAvailableValidationSetsEndpointOutput
required
validationSets
GetAvailableValidationSetsEndpointValidationSetOverviewOutput[]
required
The validation sets available to the current user's organization.
Changes