Skip to main content
POST
/
generation
/
pixverse
/
v5.6
PixVerse V5.6
curl --request POST \
  --url https://open.skills.video/api/v1/generation/pixverse/v5.6 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "id": "<string>",
  "status": "starting",
  "usage": {
    "total": 0,
    "subscription": 0,
    "permanent": 0
  }
}
PixVerse V5.6 video generation model with text-to-video and image-to-video.

Authorizations

Authorization
string
header
required

API Key for API endpoints

Body

application/json
prompt
string
required

Prompt for video generation

n
integer
default:1

Number of results to generate (1-4)

Required range: 1 <= x <= 4
first_frame_url
string<uri>

Optional first-frame image URL

end_frame_url
string<uri>

Optional end-frame image URL

aspect_ratio
enum<string>
default:16:9

The aspect ratio of the generated video

Available options:
16:9,
4:3,
1:1,
3:4,
9:16
resolution
enum<string>
default:720p

The resolution of the generated video

Available options:
540p,
720p,
1080p
duration
default:5

The duration of the generated video in seconds

negative_prompt
string
default:""

Negative prompt to be used for generation

style
enum<string>

The style of the generated video

Available options:
anime,
3d_animation,
clay,
comic,
cyberpunk
generate_audio
boolean
default:false

Enable audio generation (BGM, SFX, dialogue)

thinking_type
enum<string>
default:auto

Prompt optimization mode

Available options:
enabled,
disabled,
auto

Response

Generation status

id
string
required

Generation id.

status
enum<string>
required

Generation status

Available options:
starting,
processing,
succeeded,
failed,
canceled
usage
object
required

Credit usage breakdown for the request