id
returned in the response to poll /v2alpha/generation/image-to-video/result/{id} for results.curl --location --request POST 'https://api.stability.ai/v2alpha/generation/image-to-video' \
--header 'authorization;' \
--form 'image=@"./some/image.png"'
{
"id": "a6dc6c6e20acda010fe14d71f180658f2896ed9b4ec25aa99a6ff06c796987c4"
}