latestOpenAPI 3.0.02026-08-10380208.8 KB

806c6d31631b

Dataset

Create Dataset

Create a new dataset.

Datasets use JSON structured data (visual_schema) for training. You must generate a visual schema via /generate_visual_schema before completing the dataset.

Completion Requirements: Minimum 5 images required to mark as completed.

Upload types:

  • Basic upload type: Supports up to 200 images, uploading image files
  • Advanced upload type: Supports up to 5000 images, uploading a zip file
post/tailored-gen/datasets

Headers

api_tokenstring required

Request body

project_idinteger

Associated project ID (required)

namestring

Dataset name (required)

upload_type'basic' | 'advanced'

The method used to upload images to the dataset.

Response

Dataset successfully created

idinteger
project_idinteger
namestring
visual_schemastring nullable

A string containing the JSON structure representing the visual backbone. Must be generated via /generate_visual_schema.

status'draft'
captions_update_status'empty' | 'in_progress' | 'completed'
upload_type'basic' | 'advanced'
created_atstring date-time
updated_atstring date-time