Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetMediaUploadUrlResponse

    This file was auto-generated by Fern from our API Definition.

    interface GetMediaUploadUrlResponse {
        mediaId: string;
        uploadUrl?: string;
    }
    Index

    Properties

    Properties

    mediaId: string

    The unique langfuse identifier of a media record

    uploadUrl?: string

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