kwiky video downloader | Code Market

kwiky video downloader

Hot or Not

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

AndroidFull ApplicationsMobile

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

  1. 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 is job_id, status, and qualities. One video starts at once. A bad host returns 400 with This URL is not a public Kwiky link.
  2. POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/download/ is only for status choose, 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.
  3. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/ is the wait. queued and running mean the MP4 is not ready. choose means you still have to send an index. failed means there is no file. Stop only on succeeded.
  4. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/kwiky/jobs/{job_id}/result/ returns the MP4 only after succeeded. The bytes match the file on the public page. They are not re-encoded.