Skip to main content

Read File Content

GET 

/api/v1/files/:id/content

Returns a presigned url to read the file content.

Request

Path Parameters

    id uuidrequired

Query Parameters

    project_id any

Cookie Parameters

    session any

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...