Skip to main content

Generate Presigned Url

PUT 

/api/v1/files

Create a presigned url for uploading a file.

Request

Query Parameters

    project_id any

Cookie Parameters

    session any

Body

required

    name Name (string)required

    Possible values: non-empty and <= 3000 characters

    file_size

    object

    Size of the file in bytes

    anyOf

    integer

    last_modified_at

    object

    The last modified time of the file

    anyOf

    string

    resource_info

    object

    Resource information for the file

    anyOf

    data_source_id

    object

    The ID of the data source that the file belongs to

    anyOf

    string

Responses

Successful Response

Schema

    url urirequired

    Possible values: non-empty

    A presigned URL for IO operations against a private file

    expires_at date-timerequired

    The time at which the presigned URL expires

    form_fields

    object

    Form fields for a presigned POST request

    anyOf

Loading...