v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Tailored Generation

Clone Dataset As Draft

Create a new draft dataset based on existing one. This is useful when you would like to use the same dataset again for another training, but with some modification (create a variation).

post/tailored-gen/datasets/{dataset_id}/clone

Path parameters

dataset_idstring required

Dataset ID

Headers

api_tokenstring required

Request body

namestring

New dataset name. Defaults to "Copy of [original name]"

descriptionstring

New dataset description. Defaults to original description

Response

Dataset successfully cloned

idinteger

Unique identifier for the dataset

project_idinteger

Associated project ID

namestring

Dataset name

caption_prefixstring

Text automatically prepended to all image captions in the dataset. Each image caption should naturally continues this prefix. A default prefix is automatically created but can be modified, and this same prefix is later used as the default generation prefix during image generation.

status'draft'

Status of the dataset

captions_update_status'empty' | 'in_progress' | 'completed'

Status of captions update process

images_countinteger

Number of images in the dataset

created_atstring date-time

Timestamp when the dataset was created

updated_atstring date-time

Timestamp when the dataset was last updated