videosphere
    Preparing search index...

    Interface SermonAudioSpecificUploadMetadata

    SermonAudio API upload–specific fields (omit unused keys for other platforms).

    interface SermonAudioSpecificUploadMetadata {
        fullTitle?: string;
        displayTitle?: string;
        subtitle?: string;
        seriesID?: number;
        speakerName?: string;
        speakerID?: number;
        preachDate?: string;
        eventType?: string;
        bibleText?: string;
        moreInfoText?: string;
        keywords?: string;
        languageCode?: string;
        acceptCopyright?: boolean;
        autoPublishOnProcessed?: boolean;
        publishDate?: string;
        crossPublish?: SermonAudioCrossPublishSettings;
    }
    Index

    Properties

    fullTitle?: string

    SA fullTitle — resolved draft title for this platform.

    displayTitle?: string

    SA short title when the full title is long.

    subtitle?: string

    SA series/sub-heading label.

    seriesID?: number

    SermonAudio series id when linked to an existing SA series record.

    speakerName?: string
    speakerID?: number

    SermonAudio speaker id when linked to an existing SA speaker record.

    preachDate?: string

    Preach date (YYYY-MM-DD).

    eventType?: string

    Event type from SA filter options.

    bibleText?: string
    moreInfoText?: string

    SA description body (moreInfoText).

    keywords?: string

    SA keywords/hashtags derived from tags at upload time (comma-separated).

    languageCode?: string
    acceptCopyright?: boolean

    SA copyright acceptance flag on sermon create.

    autoPublishOnProcessed?: boolean

    When true, publish after SA video processing completes.

    publishDate?: string

    Scheduled publication datetime (publishDate on sermon create; ISO 8601 with optional offset).

    Cross Publish destination settings (sent as socialSharing on sermon create POST).