/
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
post
Creates one run per leaderboard of the benchmark, each evaluating the same explicit list of matchup configurations.
post
Creates a benchmark.
get
Queries all participants within a benchmark.
post
Creates a participant in a benchmark.
post
Adds a new prompt to a benchmark.
get
Returns a single benchmark by its id.
delete
Deletes a benchmark.
patch
Updates a benchmark using patch semantics.
delete
Deletes a participant on a benchmark.
post
Creates a copy of a public benchmark and all of its related entities.
get
Returns the share of a benchmark's votes falling in each demographic bucket.
get
Returns a page of the requested confidence zone of an A-vs-B matchup — the prompts A clearly wins, the coin flips, or the prompts B clearly wins.
get
Returns the standings over the whole filtered set alongside the standings recomputed for each value of the chosen dimension.
get
Returns the standings over the whole filtered set alongside the standings recomputed for each tag on the benchmark.
get
Returns the paged prompts of a benchmark.
get
Returns the HuggingFace sync status of the benchmark.
post
Starts a HuggingFace sync of the benchmark and returns its current sync status.
get
Queries the benchmark's HuggingFace sync attempts (empty when it has never been synced).
get
Returns the benchmark's prompt embedding map.
post
Starts an asynchronous computation of the benchmark's prompt embedding map.
get
Returns the state of the benchmark's most recent prompt embedding map computation.
get
Queries all benchmarks of the current user's organization.
get
Queries the combined win matrix of multiple benchmarks.
get
Queries the combined standings of multiple benchmarks.
get
Queries all leaderboards for the given benchmark.
get
Queries the curated benchmarks available to every customer.
get
Queries a benchmark's image matchups — a page of compared image pairs with how the responses split between them.
get
Queries the win matrix of a benchmark.
get
Queries a benchmark's prompt ratings — a page of prompts, each with its ranked entries and the pairwise win matrix over them.
get
Queries the benchmarks surfaced in the public benchmark repository.
get
Queries the standings of a benchmark.
get
Queries all tags within a benchmark.
post
Starts an asynchronous sample generation run.
post
Submits a participant to a benchmark.
put
Updates the name of a benchmark.
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
Benchmark
Deletes a benchmark.
delete
/benchmark/{benchmarkId}
Path parameters
benchmarkId
string
required
The id of the benchmark to delete.
Response
No Content
Changes