POST
/
api
/
v2
/
videoeffect
/
generate
/
set_on_fire
AI Set On Fire Video Generator API
curl --request POST \
  --url https://api.goenhance.ai/api/v2/videoeffect/generate/set_on_fire \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "args": {
    "reference_img": "https://cdn.goenhance.ai/user/goenhance/f52840534004f9a52cbe6d2aec7fa164.jpg"
  }
}'
{
  "code": 0,
  "msg": "Success",
  "data": {
    "img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5"
  }
}

Example

Example output from the AI Set On Fire Video Generator API:

API Overview

The AI Set On Fire Video Generator API enables developers to programmatically create videos of subjects engulfed in realistic flames. By sending image data to our endpoint, your application can generate dynamic fire animations with authentic flame behavior, smoke effects, and interactive lighting. This API is perfect for integrating into entertainment applications, special effects platforms, gaming services, or any platform that would benefit from engaging, visually striking fire-based content.

Headers

Authorization
string
required

Body

application/json
args
object
required

Response

200 - application/json
code
integer
required
msg
string
required
data
object
required