Vaporwave Filter

Apply a Vaporwave-style color filter to video for a retro, stylized visual effect.

Filter Gallery

The 110 cards below show every available filter example. Use the exact card label as the filter parameter value. The default value is 愈漸升溫.

あめだま
しし狮狮
なにこれ
人吉汽車
信号不佳
信号闪烁
信號沈默
信號漂移
做夢禁止
像素陷阱
內股膏藥
全损宇宙
兩極色溫
刘海体积
午後蘇打
发霉录像
同步失敗
周期置换
單格漫畫
嘎嘎嘎嘎
嘻嘻嘻璐
國家地理
壹九零零
夏の泡沫
夏日阴凉
夜行生物
夢の突撃
好孙子口
嬷嬷糜糜
安慰藥劑
少女心事
差之毫釐
废墟信号
强烈致幻
彩虹电波
影片光碟
怪核文化
恩恩愛愛
恩格斯街
恭贺千禧
恶臭数字
情緒氣泡
情迷東京
愈漸升溫
意乱情迷
愛意夕陽
數字信號
斑驳夏日
方糖桑巴
日落灰原
星河之中
春宵苦短
极限天空
核爆夕陽
泡沫未来
泽林莱尼
深海绿光
溫蒙煥霧
潮色满盈
灼熱苦夏
無藥可救
燒堿灼傷
理想循环
甜爱信号
电台司令
病娇少女
白糖年糕
白紙紅印
盲從狂信
石家庄市
粉末冶金
粉藍幽光
紀エヴァ
紫调港情
網上衝浪
绵连色彩
老故事会
老旧监控
花花火火
苍穹漫画
荒廢監控
萨拉热窝
落入法网
落日潮汐
蓝调胶片
藍色陷阱
藍調空氣
褪色老膠
西拉花花
赤色反转
赤色沉淀
逆转宇宙
遊戯人生
過期食品
银河影院
阴曹地府
隔行掃描
電視信號
霓虹列車
霓虹泛濫
露藏西璐
靈魂列車
非流蓝调
顛倒黑白
风驰电掣
饶平红产
騎士電台
鮮橙空氣
黃昏瑪麗
黑白线稿

Create Task

Basic Information

ItemValue
Request MethodPOST
Request Path/task/video_vaporwave
Content-Typeapplication/json
AuthenticationRaw API key in the Authorization header

Request Body

ParameterTypeRequiredDefaultDescription
file_idstringYes-Uploaded video file ID
filterstringNo"愈漸升溫"Filter preset name. Use one of the exact names shown above. The default is 愈漸升溫.

Request Example

curl -X POST https://api.ai-mcn.tv:10000/task/video_vaporwave \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "537489015178246",
    "filter": "愈漸升溫"
  }'

Success Example

{
  "code": 200,
  "msg": "success",
  "data": {
    "task_id": "537489015178247",
    "task_type": "video_vaporwave",
    "status": "queued"
  }
}

Query Task Result

Basic Information

ItemValue
Request MethodGET
Request Path/task/video_vaporwave/{task_id}
AuthenticationRaw API key in the Authorization header

Output Result (output_result)

ParameterTypeDescription
file_idstringProcessed video file ID
download_urlstringDownload path for the processed video

Success Example

{
  "code": 200,
  "msg": "success",
  "data": {
    "task_id": "537489015178247",
    "status": "completed",
    "progress": 100,
    "output_result": {
      "file_id": "537489015178248",
      "download_url": "/download/a1/output.mp4"
    },
    "create_time": "2026-04-05T08:00:00Z",
    "update_time": "2026-04-05T08:00:40Z"
  }
}

Error Codes

Error CodeHTTP StatusDescriptionResolution
6013400Missing file_idPass the file_id field
6014400File type does not match the taskUpload a video file
6004404File not foundVerify the file_id
6502401Authentication failedCheck the Authorization header
6202402Insufficient balanceRecharge in the Dashboard