Developers can specify the image, video, and audio assets to be included in Animoto projects via a single HTTP GET or POST. Users sent to Animoto are automatically prompted to create a free Animoto account (if not already a member) and guided in creating a video with the pre-seeded partner assets.
With the Quickstart API, partners can:
By using the Animoto Quickstart Reference Code, you agree to the following Terms of Service:
Maximize success of a Quickstart deployment by ensuring the following prerequisites are considered:
jpg, jpeg, gif, tif, tiff, png.mp4, avi, mov, qt, 3gp, m4v, mpg, mpeg, mp4v, h264, wmv, mpg4, movie, m4u, flv, dv, mkv, mjpeg, ogv, mts, mvi, m2ts.mp3.All links and form POSTs to Quickstart should be directed to: http://animoto.com/api/quickstart.
Parameters may be specified as individual fields within a POST body or as query string arguments on a GET request. The following table enumerates the supported parameters.
| Parameter | Required? | Description |
|---|---|---|
assets[] |
Optional | Specifies the image and video clips to use in the new video project. Passed as an array of string URLs. See prerequisites above for supported file formats. Each member must be a fully qualified URL including filename extension (e.g. ".jpg"). |
audio |
Optional | Specifies the audio track to use in the new video project. See prerequisites for supported file formats. Must be a fully qualified URL including filename extension (e.g. ".mp3"). |
ref |
Required | The affiliate code to be associated with the Quickstart user. Sign in to see your Quickstart Reference Code. |
welcome_name |
Optional | New users will be greeted with a custom welcome message with your name in it. For example, if you specified 'My Company', they would see 'Welcome to Animoto, My Company user! ' |
When using HTTP GET as the communication method, one must consider two important items: URL length limitations and URL escape encoding.
URLs are limited to 2,083 characters from within many popular browsers (see technote). Specifying a large number of assets or having very long public URLs referencing pictures/audio in the Quickstart GET link may go over the 2,083 character boundary and unexpectedly trim the URL. It is recommended that partners use HTTP POST in these situations.
Additionally, URLs used as parameters must be properly URL encoded with escape characters. You can use the URL encoding utility here to correctly encode your asset and audio URLs for GET links.
Login Required
Please sign in to view your Quickstart Reference Code and to see the examples.
Depending on your needs, you may want to present an Animoto Quickstart button to your users. Its a great way of visually promoting your Quickstart integration.
Just choose a graphic to suit your needs, and insert it into your Quickstart code.
| Dimensions | URL | |
|---|---|---|
|
|
170 x 25 | Download |
|
|
170 x 25 | Download |
|
|
170 x 25 | Download |
|
|
25 x 25 | Download |
|
|
25 x 25 | Download |
Login Required
Please sign in to view your Quickstart Reference Code and to see the examples.