Skip to main content

Upload Dataset File

POST 

/api/2/auto_eval/dataset/upload_file

Initiate a file upload to a Dataset. Call FinalizeSingleDatasetFileUpload to complete the upload with the presigned URL returned from this call.

Request

Body

    datasetId stringrequired

    The ID of the dataset corresponding to the file.

Responses

Successful operation

Schema

    s3PresignedPost

    object

    required

    url stringrequired

    fields

    object

    required

    Fields required for the S3 presigned POST request generated by s3 sdk.

    property name* string
Loading...