- Joined
- Jan 7, 2019
- Messages
- 1,586
I was working on generating new videos for some of my campaigns, and thought this might be worth sharing for anyone doing video ads on any platform. This should hopefully help you.
Create a Kie.ai API key safely :
You can get your Kie.ai API by signing up here : Kie. I have used other video generation tools but I think this is cheaper than most and gives you access to multiple models. Also it's pay as you go and you can stay on top of credits quite easily. You'll be able to find your API key here
You can paste the below prompt to ChatGPT Work or Claude cowork to connect it with Kie.ai. I prefer to generate videos from there instead of using Terminal because I can send over assets easily and paste screenshots or send reference videos.
Create a Kie.ai API key safely :
You can get your Kie.ai API by signing up here : Kie. I have used other video generation tools but I think this is cheaper than most and gives you access to multiple models. Also it's pay as you go and you can stay on top of credits quite easily. You'll be able to find your API key here
You can paste the below prompt to ChatGPT Work or Claude cowork to connect it with Kie.ai. I prefer to generate videos from there instead of using Terminal because I can send over assets easily and paste screenshots or send reference videos.
Create the key in the Kie.ai dashboard and store it in an environment variable. Do not paste it into your script, forum post, screenshots, or a public repository.
Bash:export KIE_API_KEY="your-key-here"
Kie.ai uses Bearer authentication. Generation requests are asynchronous: a successful request creates a task, then the client checks the


