cURL
curl --request POST \ --url https://api.goenhance.ai/api/v1/videoeffect/generate \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "reference_img": "https://cdn.goenhance.ai/user/goenhance/f52840534004f9a52cbe6d2aec7fa164.jpg", "effect_id": "live_2d" } } '
{ "code": 0, "msg": "Success", "data": { "img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5" } }
Generate video effect task.
Documentation IndexFetch the complete documentation index at: https://docs.goenhance.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.goenhance.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes