Skip to main content

Generate Presigned Url

GET 

/api/v1/parsing/job/:job_id/read/:filename

Generate a presigned URL for a job

Request

Path Parameters

    job_id uuidrequired
    filename Filenamerequired

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