PixVerse Platform Docs(for enterprise)
  1. Restyle
PixVerse Platform Docs(for enterprise)
  • Model & Pricing
  • Restyle
    • How to use restyle?
    • Restyle generation
      POST
    • Restyle get list
      GET
  • Previous updates
    • Sound_effect
      • How to use Sound effects?
      • Generate Sound Effects
    • Lip sync
      • How to use Lip Sync?
      • Tts speaker list
      • Generate lip sync video
      • Get tts speaker list
    • Fusion(Reference to Video)
      • How to use fusion (reference to video)?
      • Generate Fusion(Reference to Video) video
    • Template for multiple-images
      • How to use multiple-image templates?
    • Extend
      • How to use Extend?
      • Generate Extend video
  • Upload media (video&audio)
    POST
  1. Restyle

Restyle get list

Developing
GET
/openapi/v2/video/restyle/list
Preview the Restyle effect with the thumbnail before full generation

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
curl --location --request GET 'https://app-api.pixverse.ai/openapi/v2/video/restyle/list' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "page_num": "string",
    "page_size": "string"
}'
Response Response Example
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "total": 11,
        "data": [
            {
                "restyle_id": 322878269109312,
                "name": "Simpson",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fsimpson_1.png"
            },
            {
                "restyle_id": 322878431548480,
                "name": "Barbie",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fbarbie_250217.png"
            },
            {
                "restyle_id": 322876019426368,
                "name": "Ghibli Animation",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fghibli_1.png"
            },
            {
                "restyle_id": 322672481023040,
                "name": "Felted Art",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Ffelted_2.png"
            },
            {
                "restyle_id": 322672400604224,
                "name": "Origami",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Forigami_250217.png"
            },
            {
                "restyle_id": 322671914669120,
                "name": "Ukiyo-e",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fukiyo_e_1.png"
            },
            {
                "restyle_id": 322671808648256,
                "name": "Cyberpunk",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fcyberpunk_1.png"
            },
            {
                "restyle_id": 322671712341056,
                "name": "Clay",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fclay_1.png"
            },
            {
                "restyle_id": 322004588858240,
                "name": "Baroque",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fbaroque_1.png"
            },
            {
                "restyle_id": 322004186061696,
                "name": "Van Gogh",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fvangogh_1.png"
            },
            {
                "restyle_id": 322670291158080,
                "name": "Animal World",
                "thumbnail": "https://media.pixverse.ai/asset%2Ftemplate%2Fanimal_1.png"
            }
        ]
    }
}
Modified at 2025-09-08 03:32:57
Previous
Restyle generation
Next
How to use Sound effects?
Built with