Skip to main content
POST
Add sequences to experiment

Authorizations

Authorization
string
header
required

Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.

Body

application/json

Request body for adding sequences to a draft experiment.

Identifies the target experiment by its human-readable code (e.g., "PROJ-001") rather than UUID. The experiment must be in Draft status; appending sequences to confirmed experiments returns 409 Conflict.

experiment_code
string
required

Human-readable experiment code (e.g., "PROJ-001")

Example:

"PROJ-001"

sequences
object[]
required

Sequences to append to the experiment

Response

Sequences added

Response after successfully adding sequences to an experiment.

added_count
integer<int32>
required

Number of sequences added

Required range: x >= 0
experiment_code
string
required

Human-readable experiment code

experiment_id
string<uuid>
required

UUID of the experiment

sequence_ids
string[]
required

UUIDs of the newly created sequences