GetMediaResponse

interface ApiGetMediaResponse {
    contentLength: number;
    contentType: string;
    mediaId: string;
    uploadedAt: string;
    url: string;
    urlExpiry: string;
}

Properties

contentLength: number

The size of the media record in bytes

contentType: string

The MIME type of the media record

mediaId: string

The unique langfuse identifier of a media record

uploadedAt: string

The date and time when the media record was uploaded

date-time

url: string

The download URL of the media record

urlExpiry: string

The expiry date and time of the media record download URL