myaiteam2 / images2movie

  • Public
  • 11 runs

Run myaiteam2/images2movie with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
audio
string
MP3 audio file
start_time
string
00:00
Start time of the song (mm:ss)
end_time
string
00:30
End time of the song (mm:ss)
image_duration
integer
5
Duration for each image to show in seconds
transition_type
string (enum)
fade

Options:

fade, slide, wipe, zoom, cross_blur

An enumeration.
image1
string
First image file
image2
string
Second image file
image3
string
Third image file
image4
string
Fourth image file
image5
string
Fifth image file
image6
string
Sixth image file
image7
string
Seventh image file
image8
string
Eighth image file
image9
string
Ninth image file
image10
string
Tenth image file

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}