Overview
This tool is used to create story assets, generate images and videos, merge videos, and post blog content. Data is stored only to run the workflow and show job history for each user.
Data We Store
- Account username and hashed password.
- Site, site account, and site password used for blog posting.
- API key entered by the user for generation services.
- Story inputs, generated B1/B2/B3 content, prompts, images, videos, merged videos, blog links, and job status.
- Operational logs and error screenshots or HTML when blog posting fails.
External API Imports
The external story job API accepts account and password only to authenticate the request. The password sent to that API is not stored with the job.
Third-Party Services
The workflow may send prompts, images, or generated content to configured generation APIs and to the user-configured blog site. Those services process data according to their own policies.
Data Control
Users can update API keys and site settings from the app. Job and history data can be deleted by date and agent from the main screen.
Security Notes
Use HTTPS in production, especially when calling APIs that include account credentials. Limit access to trusted users and keep server environment variables private.