Export to Dataset
Export completed annotations from a queue into a FutureAGI dataset.
POST
https://api.futureagi.com/model-hub/annotation-queues/{id}/export-to-dataset/ Authentication
Path parameters
id
The annotation queue ID
Request body
dataset_id
ID of an existing dataset. Provide either this or dataset_name.
dataset_name
Name for a new dataset to create. Provide either this or dataset_id.
status_filter
Filter items by status before exporting (e.g. completed)