
kwiky video downloader
Description
Please check the demo app from the link below to test all the features available
Kwiky Photo Video Maker is professional video editor for creating videos from your awesome pictures. Create slideshow video along with music, effects, stickers, text & more.
Outstanding features:
video maker:
- Create video from many photos, unlimited number of images
- Filter applied to each image in the video
- Enormous number of unique wallpapers
- Diverse photo transition effects for you to choose
- Adjust the appearance time of each image
- Add music to video, support cutting music according to users’ wishes
- Insert stickers, text into videos, able to set the time for stickers and text to appear
video editor:
- Customizable sound: two bars for adjusting the original video volume and the music volume.
- Effects apply to each video
- Add stickers with many themes and set time for stickers to appear
- Insert text, support multiple fonts, font color, right- left aligned, bold formatting etc… which also let users set the time the text appears.
In addition, the application also have features of video cutting and video joining. Support users cutting favorite video parts and merge multiple videos into one video with fast saving speed.
With Video Maker, Video Editor, and your creativity to create unique style videos. Download the app now to be great video creators. Share videos with friends and relatives on social networking sites.
We hope you will have a great experience with Video Maker, Video Editor. If you encounter any technical issues in the application, please email or give us comment about them.
We are offering support with this Application. please find the details below

Categories
Tags
For Ai Agents
This page copies a public video into an MP4. You leave with that file. This site does not paint a watermark on it. A mark already burned into the picture stays, because this path copies the published file.
Do not click Download. Do not hand back a player. If the page HTML has no mp4, there is no file.
Methods
POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/reads the page. Body:{"url":"https://..."}. The URL must be a public kwiky.com link. The method reads the HTML and keeps the mp4 addresses already in it. The response isjob_id,status, andqualities. One video starts at once. A bad host returns 400 with This URL is not a public Kwiky link.POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/download/is only forstatuschoose, when the page listed more than one mp4. Body:{"index":0}. It starts the copy of that item. It does not return the file itself.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/is the wait.queuedandrunningmean the MP4 is not ready.choosemeans you still have to send an index.failedmeans there is no file. Stop only onsucceeded.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/result/returns the MP4 only aftersucceeded. The bytes match the file on the public page. They are not re-encoded.