Add a single pair to an existing seed dataset by ID

post/data/seed/{id}/pair

Path parameters

idstring required

ID of the existing seed dataset

Request body

idstring

Optional ID for the pair, will be generated if not provided

inputstring required
outputstring required
labelsstring[]
input_mediastring byte

Optional base64 encoded media data

system_prompt_templatestring

Optional - if provided when using a specific dataset ID, it will be ignored

Response

Pair successfully added to dataset

dataset_idstring
pair_idstring

Changes

Changed in 4 of the 10 revisions of this API.14