Loading application...
Upload your local images to Redis so they're available on all your devices and domains.
Complete overview of all pages and API endpoints in the Full-stack AI Chat application
/api/auth/loginUser login endpoint
/api/auth/logoutUser logout endpoint
/api/auth/signupUser registration endpoint
/api/auth/validateToken validation endpoint
/api/chatMain chat completion endpoint
/api/generate-imageAI image generation
/api/generate-videoAI video generation
/api/storyboard/generate-synopsisGenerate story synopsis
/api/storyboard/generate-charactersGenerate story characters
/api/storyboard/generate-scenesGenerate story scenes
/api/storyboard/generate-imageGenerate scene images
/api/storyboard/generate-character-imageGenerate character images
/api/storyboard/saveSave storyboard project
/api/storyboard/loadLoad storyboard project
/api/storyboard/deleteDelete storyboard project
/api/storyboard/collaborateCollaborative editing
/api/storyboard/exportExport storyboard
/api/storyboard/shareShare storyboard
/api/billing/creditsGet user credit balance
/api/billing/historyGet billing history
/api/billing/usageGet usage statistics
/api/stripe/create-payment-intentCreate Stripe payment
/api/stripe/create-subscriptionCreate subscription
/api/stripe/webhooksStripe webhook handler
/api/subscription/statusGet subscription status
/api/conversations/saveSave conversation
/api/conversations/deleteDelete conversation
/api/user/syncSync user data
/api/admin/clear-cacheClear system cache
/api/admin/delete-conversation-keysDelete conversation keys
/api/admin/force-clear-cacheForce clear cache
/api/test-redisTest Redis connection
/api/diagnosticsSystem diagnostics and health check