Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Integrating Video Customization and AI-Generated Text

Integrating Video Customization and AI-Generated Text

Puntriano
New Member
4 0 0

Hello guys!

 

We're working on an exciting project and we're reaching out for your insights.

  1. Video Customization Platform: Any ideas on seamlessly integrating a platform where customers can upload and personalize videos with music and effects, similar to Instagram Stories, on the Shopify platform?

  2. AI-Generated Text for Letters: How can we smoothly incorporate an AI-powered text generation feature to enhance our rose products, allowing customers to create personalized video messages with AI-generated written notes on Shopify?

Your knowledge and experiences are highly valued. Thanks for your time and ongoing support!


Store URL: https://6a827c.myshopify.com/

Theme: Studio

Replies 3 (3)

Liam
Community Manager
3108 344 895

Hi Puntriano,

 

Both of these ideas sounds really interesting and would add valuable interactive features to your store. Here's a rough overview how you could create these:

 

1: Video Customization Platform: You could create a custom app that integrates with a video customization platform like Wave.video. These tools have APIs that allow for video uploads and customization features. You can use Shopify's File API that is available for Video objects, to allow users to upload videos directly from the Shopify interface. For the customization part, you can use the Asset API (if the app won't be available on the Shopify App Store) to interact  storefront, enabling the video customization features.
 
2. AI-Generated Text for Letters: You can integrate an AI text generation API like OpenAI's GPT models to generate personalized letters. To add this feature in Shopify, you can create a custom form on the product page where the user can input their requirements for the letter. Once the form is submitted, you can send a request to the OpenAI API and generate the text. You can then use Shopify's AJAX API to update the product page without a page refresh, displaying the generated text. This text can then be added to the checkout as a product note. 
 
Hope this helps,

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Puntriano
New Member
4 0 0

Hi Liam, thanks! looks like great solutions, by our side we only have front devs, pls can you comment me what other dev skills are necessary to integrate those Api´s and services?

Liam
Community Manager
3108 344 895

You'd be working with various APIs so you'd need back-end skills in order to make calls to these APIs and redirect the data to the appropriate places in your custom apps.

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog