interface FilePostResponse {
    file_id: string;
    file_name: string;
    file_path: string;
    task_id: string;
}

Properties

file_id: string

The Project File identity, assigned automatically when a Dataset is added to a Project

file_name: string

The name of the File that will appear in the Project

file_path: string

The path to the file in the Project, relative to the volume root (mount point). Files in the root of the project will have a path value of '/'

task_id: string

The File task identity. The task assigned to convert and attach the Dataset File to the Project