POST
/
api
/
v2
/
videoeffect
/
generate
/
drunk_pole_dance
AI Drunk Pole Dance Generator API
curl --request POST \
  --url https://api.goenhance.ai/api/v2/videoeffect/generate/drunk_pole_dance \
  --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 Drunk Pole Dance Video Generator API:

API Overview

The AI Drunk Pole Dance Video Generator API enables developers to programmatically create realistic videos of people performing pole dance movements with a playful, slightly uncoordinated style. By sending image data to our endpoint, your application can generate natural-looking dance animations with smooth transitions, realistic body physics, and professional choreography. This API is perfect for integrating into entertainment applications, nightlife promotion platforms, content creation tools, or any service that would benefit from engaging, attention-grabbing dance content.

Headers

Authorization
string
required

Body

application/json

Response

200 - application/json

The response is of type object.