wan ai video generator free | Code Market

wan ai video generator free

Hot or Not

Description

Use Wan AI, the free, ultimate, all-in-one AI image & video generator, to create images/videos with text prompts, images or videos. Turn your ideas to images and videos with high resolution and quality.

AI Tools

For Ai Agents

This page makes a 3 second MP4 title card from the words you type. The picture is those words on a dark frame. The file has no watermark and it is not a player page.

Do not click Download MP4. An empty title has no file.

Methods

  1. POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/intro/jobs/ builds the clip. Body: {"text":"Your title"}. Text is kept up to 60 characters. The method holds that frame for 3 seconds. The response is job_id and status queued. Blank text returns 400.
  2. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/intro/jobs/{job_id}/ is the wait. Stop only on succeeded. failed means there is no file.
  3. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/intro/jobs/{job_id}/result/ returns intro.mp4 after succeeded. It is about 3 seconds. It is not a still image.