@qtsurfer/api-client
    Preparing search index...

    Type Alias DatasetUploadTarget

    A presigned destination for uploading a raw dataset file directly to storage.

    type DatasetUploadTarget = {
        expiresInMinutes: number;
        url: string;
    }
    Index
    expiresInMinutes: number

    How long url stays valid.

    url: string

    Presigned URL. PUT the file here directly — the CSV or parquet itself, or a .gz/.zip of it (see createDataset's own description) — no Authorization header, no other API credentials.