COCO API
    • Dreamina Seedance 2.0 series prompt guide
    • Model
      • Get list model video
        GET
      • Get list model image
        GET
    • Schemas
      • ListModelVideoResponse

    ListModelVideoResponse

    {
        "id": 0,
        "partnerModelId": "string",
        "name": "string",
        "priority": 0,
        "setting": {
            "input": {
                "image": true,
                "text": true,
                "audio": true,
                "video": true
            },
            "resolution": [
                0
            ],
            "duration": {
                "from": 0,
                "to": 0,
                "auto": true
            },
            "frameRate": 0
        }
    }
    Built with