Skip to main content
POST
Queue Configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Body

application/json

Request payload to hand-author and enqueue a generation configuration.

A queued config becomes a manual generation_suggestion row that an external driver later generates into a sample. Manual queued configs are long-lived so they are not garbage-expired before the driver picks them up.

parameters
Parameters · object
required
anchor_value
string | null
expires_in_hours
integer
default:8760
Required range: x >= 1
strategy
string
default:manual

Response

Successful Response

created_at
string<date-time>
required
expires_at
string<date-time>
required
parameters
Parameters · object
required
suggestion_id
string<uuid>
required
anchor_value
string | null
consumed_at
string<date-time> | null
consumed_sample_id
string<uuid> | null