Interface ApiGetMediaUploadUrlResponse

GetMediaUploadUrlResponse

interface ApiGetMediaUploadUrlResponse {
    mediaId: string;
    uploadUrl?: null | string;
}

Properties

Properties

mediaId: string

The unique langfuse identifier of a media record

uploadUrl?: null | string

The presigned upload URL. If the asset is already uploaded, this will be null