cinema-studio-pro/backend
Vadym Samoilenko dbe5ef3f11 fix: revert Veo I2V image format to bytesBase64Encoded
The Veo predictLongRunning endpoint is a predict-style API (not
generateContent) and expects image data as:
  { "bytesBase64Encoded": "...", "mimeType": "image/jpeg" }

The previous session switched it to inlineData (generateContent format),
causing the API to reject it with:
  "inlineData isn't supported by this model"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 18:23:32 +01:00
..
.env.example config: update Azure AD Client ID and add optical-dev deployment 2026-04-24 16:06:24 +01:00
.env.local config: update Azure AD Client ID and add optical-dev deployment 2026-04-24 16:06:24 +01:00
.env.optical config: update Azure AD Client ID and add optical-dev deployment 2026-04-24 16:06:24 +01:00
.env.production config: update Azure AD Client ID and add optical-dev deployment 2026-04-24 16:06:24 +01:00
.htaccess inter-project-deployment-updates 2026-02-27 20:33:26 +05:30
api.php feat: Kling integration, prompt optimizer rework, and stability fixes 2026-03-23 21:51:03 -04:00
auth.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
AuthMiddleware.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
cleanup.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
clear_session.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
composer.json Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
config.example.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
config.php fix: add config.php and unignore it so Docker builds include it 2026-04-24 17:12:38 +01:00
enhance_prompt.php Add custom presets, identity protection, video negative prompts, and UX improvements 2026-02-16 20:58:23 -05:00
env_loader.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
get_config.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
get_current_image.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
get_logs.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
get_session_file.php Update-thumbnail 2026-01-28 00:10:09 +05:30
index.php update 2026-01-27 18:36:53 +05:30
JWTValidator.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
kling_api.php fix: correct Kling and Veo API parameter formats 2026-04-24 17:59:56 +01:00
list_session_files.php Update-thumbnail 2026-01-28 00:10:09 +05:30
server-check.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
session_manager.php feat: Kling integration, prompt optimizer rework, and stability fixes 2026-03-23 21:51:03 -04:00
stream_video.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
test.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30
video_api.php fix: revert Veo I2V image format to bytesBase64Encoded 2026-04-24 18:23:32 +01:00
webhook_logger.php Restructuring of files and Local Tested 2026-01-13 14:52:37 +05:30