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;
        publishTimestamp?: number;
        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 not explicitly false, publish after SA video processing completes (defaults to on).

    publishTimestamp?: number

    Scheduled publication Unix timestamp in seconds (publishTimestamp on publish PATCH).

    Cross Publish destination settings (sent as socialSharingSettings on publish PATCH).