GoEnhance API
  1. Video2Video
GoEnhance API
  • GUIDES
    • Quickstart
    • Limits
    • Best Practices
    • Privacy Policy and Terms of Use
  • Basic
    • Get Job Detail
      GET
    • Get User Tokens
      GET
  • Video2Video
    • Generate Video
      POST
    • Model List
      GET
  • ImageFaceSwap
    • Generate Image Face Swap
      POST
  • VideoFaceSwap
    • Generate Video Face Swap
      POST
  • Video Effect
    • AI Video Effect
      POST
    • AI Video Effect List
      GET
  • Text To Image
    • Generate Image
      POST
  1. Video2Video

Model List

GET
/api/v1/video2video/modellist
Video2Video

Request

Header Params
Authorization
string 
optional
Example:
Bearer xxx

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.goenhance.ai/api/v1/video2video/modellist' \
--header 'Authorization: Bearer xxx'

Responses

🟢200成功
application/json
Body
object {0}
Example
{
    "code": 0,
    "msg": "Success",
    "data": [
        {
            "name": "Recommend",
            "list": [
                {
                    "value": 5,
                    "label": "Cute Anime Style",
                    "isVip": false
                },
                {
                    "value": 23,
                    "label": "PS Game",
                    "isVip": false,
                    "isNew": true
                },
                {
                    "value": 22,
                    "label": "Pixar Style v1.1",
                    "isVip": false
                },
                {
                    "value": 18,
                    "label": "Cute Anime v1.1",
                    "isVip": false
                },
                {
                    "value": 19,
                    "label": "Japanese Anime v1.1",
                    "isVip": false
                },
                {
                    "value": 20,
                    "label": "Clay Cartoon v1.1",
                    "isVip": false,
                    "discount": 20
                },
                {
                    "value": 21,
                    "label": "Story Illustration",
                    "isVip": false
                },
                {
                    "value": 3,
                    "label": "Pop Art Style",
                    "isVip": false
                },
                {
                    "value": 6,
                    "label": "Pixar Style",
                    "isVip": false
                },
                {
                    "value": 17,
                    "label": "Clay Cartoon Style",
                    "isVip": false,
                    "discount": 20
                },
                {
                    "value": 2,
                    "label": "Anime Style 2",
                    "isVip": false
                },
                {
                    "value": 12,
                    "label": "Vintage Ink Style",
                    "isVip": false,
                    "tip": "Gender recognition may be weak"
                },
                {
                    "value": 8,
                    "label": "Origami Style",
                    "isVip": false
                },
                {
                    "value": 15,
                    "label": "Pixel Style 2(Strong)",
                    "isVip": false
                },
                {
                    "value": 10,
                    "label": "Japanese Anime Style",
                    "isVip": false
                },
                {
                    "value": 11,
                    "label": "3D CG Style",
                    "isVip": false
                },
                {
                    "value": 13,
                    "label": "Doodles Style",
                    "isVip": false
                },
                {
                    "value": 16,
                    "label": "Illustration Style",
                    "isVip": false
                },
                {
                    "value": 14,
                    "label": "Line Style(Strong)",
                    "isVip": false
                },
                {
                    "value": 7,
                    "label": "Anime Style",
                    "isVip": false
                },
                {
                    "value": 4,
                    "label": "Ink Painting Style",
                    "isVip": false
                },
                {
                    "value": 9,
                    "label": "Pencil Style",
                    "isVip": false
                },
                {
                    "value": 1,
                    "label": "Pixel Style",
                    "isVip": false
                }
            ]
        }
    ]
}
🟠401Unauthorized
🔴500Server Error
Previous
Generate Video
Next
Generate Image Face Swap
Built with