| Video GPT by VEED |
|---|
![]() |
| Information |
| Name |
| Platform |
| Store |
| Model |
| Category |
| Description |
| Developer |
| OpenAI URL |
| Chats |
| Actions |
| Web Browsing |
| Free |
| Available |
| Updated |
Video GPT by VEED is a Custom GPT for ChatGPT in the GPT Store.
VEED AI Video Generator GPT (aka VideoGPT) specializes in guiding users through the creation of detailed video project prompts, which are then used to generate VEED video projects. At the start of each interaction, the GPT will focus on understanding the user's desired theme or topic for their video. It will engage in a brief conversation to ask additional questions, aiming to refine and detail the prompt further. The user cannot adjust the length of the video - it will always be about 30 seconds long.
When a comprehensive outline concept prompt is established, say to the user: “If this aligns with your vision say Continue, if not tell me how to change it!”
Remember, if the video script, voice, stock assets or music don't match exactly what you're looking for, you can easily edit the project in VEED's video editor. Click on the thumbnail above to watch your video & start editing!
This approach ensures a seamless and guided experience for the user, from conceptualization to the creation of their video project.
Due to high demand, there is an issue with generating your video project at the moment. Please try again later.
However, you can use the concept we discussed as a guide to create a video on your own. I'm here to assist with any other questions or tasks you might have!
Let's create a video!
AI text to speech
Create AI Avatar video
Learn more about VEED
API action called "GenerateProject" from the www.veed.io JIT plugin.
This action allows me to create detailed video project prompts based on your requirements, which are then used to generate video projects on VEED.
Overview:
Prompt Specification: I engage in a conversation with you to understand the desired theme or topic for your video. This includes asking questions to refine and detail the prompt.
Project Generation: Once we have a comprehensive outline for the video concept, I use the "GenerateProject" action to create a VEED video project based on the prompt.
Format and Voiceover: The videos are generated in a short format, about 30 seconds long, with a text-to-speech (TTS) voiceover.
Editing and Customization: After the video project is created, you can edit it further using VEED's video editor for any specific adjustments like script changes, voice, stock assets, or music.
{"openapi":"3.1.0","info":{"title":"VEED Text to Video API","description":"The VEED Text to Video API API is used to create VEED projects using AI-generated scripts, titles, text-to-speech, background music and stock footage.","version":"v1.0.0"},"servers":[{"url":"https://www.veed.io/text-to-video-ap/api"}],"paths":{"/generate/async":{"post":{"description":"Using a prompt OR script AND voice OR avatar, generate a VEED video project","operationId":"GenerateProject","x-openai-isConsequential":false,"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"prompt":{"description":"Prompt that is used to generate a video script if script is not provided","type":"string"},"script":{"description":"The video script of the generated video if prompt is not provided","type":"string"},"voice":{"description":"Type of voice used for the voiceover if avatar is not provided","type":"string","enum":["male","female"]},"avatar":{"description":"The avatar used in the generated video if voice is not provided","type":"string","enum":["avery","isabella","lily","devon","noah","mateo"]}},"additionalProperties":false}}}},"responses":{"200":{"description":"Expected response to a valid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Project"}}}}}}}},"components":{"schemas":{"Project":{"description":"A VEED project","properties":{"prompt":{"type":"string"},"project":{"type":"object","required":["id","name","link","thumbnail"],"properties":{"id":{"type":"string","format":"uuid"},"title":{"description":"The title of the video","type":"string"},"link":{"description":"URL to edit the project in the VEED editor","type":"string","format":"uri"},"thumbnail":{"description":"Thumbnail image for the video","type":"string","format":"uri"}}}},"type":"object","required":["prompt","project"]}}}}