Represents the backend response for GET /user/file/upload_request.

interface ESPFileUploadRequestAPIResponse {
    file_id: string;
    file_url?: string;
    status: string;
    upload_url?: string;
}

Properties

file_id: string
file_url?: string

Legacy/alternate presigned upload URL field.

status: string
upload_url?: string

Presigned S3 PUT URL returned by the live API.