Request
Example:{{Authorization}}
Body Params application/json
Allowed value:mx-ai-video-effect
{
"args": {
"reference_img": "https://cdn.goenhance.ai/user/goenhance/f52840534004f9a52cbe6d2aec7fa164.jpg",
"model": "tiny",
"effect_id": "kiss"
},
"type": "mx-ai-video-effect"
}
Request samples
curl --location --request POST 'https://api.goenhance.ai/api/v1/videoeffect/generate' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": {
"reference_img": "https://cdn.goenhance.ai/user/goenhance/f52840534004f9a52cbe6d2aec7fa164.jpg",
"model": "tiny",
"effect_id": "kiss"
},
"type": "mx-ai-video-effect"
}'
Responses
application/json {
"code": 0,
"msg": "Success",
"data": {
"img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5"
}
}
Modified at 2025-03-24 10:22:11