Animate Anyone
Animate Anyone
POST https://api.novita.ai/v3/async/animate-anyone
The Animate Anyone API provides consistent and controllable image-to-video synthesis for character animation.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Example
1. Get Image Assets ID
Request:
curl -X PUT -T "{{image file path}}" 'https://assets.novitai.com/image'
Response:
{
"assets_id":"cjIvbm92aXRhLWFpLWFzc2V0L2ltYWdlL214TVlKamtTemFCTmo3bkIyelNoWU5tSjdITVNlMjdk"
}
2. Get Video Assets ID
Request:
curl -X PUT -T "{{video file path}}" 'https://assets.novitai.com/video'
Response:
{
"assets_id":"cjIvbm92aXRhLWFpLWFzc2V0L2ltYWdlL2NBYmZ4WVFGQWE0S3B3YUJrYXc1ZjRhckJGRnk4TTRS"
}