// API Configuration const config = { IMAGE_API_ENDPOINT: 'https://shorts.multiplewords.com/mwvideos/api/generate_image', ENHANCE_PROMPT_API_ENDPOINT: 'https://shorts.multiplewords.com/mwvideos/api/enhance_ai_image_prompt', IMAGE_API_BACKGROUND_REMOVER:'https://shorts.multiplewords.com/mwvideos/api/background_remover', IMAGE_API_LOGO_GENERATOR:'https://shorts.multiplewords.com/mwvideos/api/logo_generation', IMAGE_API_TEXT_TO_SPEECH:'https://shorts.multiplewords.com/mwvideos/api/text_to_voice', ENHANCE_PROMPT_API_ENDPOINT_MUSIC:"https://shorts.multiplewords.com/mwvideos/api/enhance_prompt", MUSIC_API_MUSIC_PROMPT:"https://shorts.multiplewords.com/mwvideos/api/music_prompt", MUSIC_API_CHECK_QUEUE:"https://multiplewords.com/api/check_queue_music", VIRTUAL_TRYON_API_ENDPOINT: 'https://shorts.multiplewords.com/mwvideos/api/virtual_try_on', TEXT_TO_VIDEO_API_ENDPOINT: 'https://shorts.multiplewords.com/mwvideos/api/text_to_video', VIDEO_TO_AUDIO_API_ENDPOINT: 'https://shorts.multiplewords.com/mwvideos/api/video_to_audio', }; // Export configuration window.appConfig = config;