Video2Video
QueryStyleList

QueryStyleList

description

Query all supported video styles

Usage

URL

https://www.vmagic.app/api/query_video2video_style_list

Header

{
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${token}`
}

Params

Response

{
    data?: {
        style_list: {label: string, value: string}[] //label is the text to be displayed, value is the actual video style, which needs to be passed in when creating the task.
    },
    success: boolean,
    errorMsg: string
}