AI Video Generation Implementation

This commit is contained in:
ajaysi
2025-11-17 17:38:23 +05:30
parent 4901b7eb72
commit bf7493c366
132 changed files with 6200 additions and 19475 deletions

View File

@@ -0,0 +1,33 @@
# Wix Integration (Overview)
ALwritys Wix integration lets you publish AIgenerated blogs directly to your Wix site, including categories/tags and SEO metadata.
## Whats Included
- OAuth connection (Headless OAuth Client ID only)
- Markdown → Wix Ricos JSON conversion
- Image import to Wix Media Manager
- Blog creation and publish (draft or published)
- Categories/tags lookup + auto-create
- SEO metadata posting (keywords, meta, OG, Twitter, canonical)
## High-level Flow
1. Connect your Wix account (OAuth)
2. Convert blog content to Ricos JSON
3. Import images
4. Create blog post
5. Publish and return URL
## Benefits
- One-click publishing from ALwrity
- Preserves formatting and images
- Posts complete SEO metadata
- Clear error handling and feedback
See also:
- Setup: setup.md
- Publishing: publishing.md
- API: api.md
- SEO Metadata: seo-metadata.md
- Testing (Bypass): testing-bypass.md