COCO API
    • Dreamina Seedance 2.0 series prompt guide
    • Model
      • List model video
        GET
      • List model image
        GET
      • List model audio
        GET
    • Schemas
      • ListModelVideoResponse
      • ListModelImageResponse
      • ListModelAudioResponse

    ListModelImageResponse

    {
        "id": 0,
        "partnerModelId": "string",
        "name": "string",
        "priority": 0,
        "setting": {
            "input": {
                "image": true,
                "text": true
            },
            "resolution": [
                0
            ],
            "maxReferenceImages": 0
        }
    }
    Built with