All API access is over HTTP and HTTPS, and can be accessed via the global render endpoint
The endpoints support Cross-Origin Resource Security (CORS), either directly or via pre-flight OPTIONS calls
HTTP Verb | URL | Function |
---|---|---|
Token based rendering | ||
POST | /v2/render/project-id | Create a render token |
GET | /v2/render/token.extension | Render a token and deliver when ready |
GET | /v2/get/token.extension | Render a token and start delivery immediately |
GET | /v2/play/token.extension | Render a token and start streaming |
DELETE | /v2/token/token | Delete a token and all associated data |
Direct rendering | ||
GET | /v1/render/project-id/moviename.extension | Render a video and deliver when ready |
GET | /v1/get/project-id/moviename.extension | Render a video and start delivery immediately |
GET | /v1/play/project-id/moviename.extension | Render a video and start streaming |
Kind | Format | Extension | Optional Paramaters |
---|---|---|---|
Video | MP4 | mp4 | |
Video | WebM | webm | |
Video | Flash FLV | flv | |
Video | MPEG-TS | m3u, m3u8 | |
Video | MPEG2 | mpg | |
Video | Windows WMV | wmv | |
Video | GIF | gif | |
Video | Apple ProRes | mov | |
Image Sequence | ZIP Archive | zip |
|
Image | JPG | jpg |
|
Image | PNG | png |
|
Image | TIF | tif |
|
Terms of Use | © 2017, Impossible Software, or its affiliates.