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
| Item | Value |
|---|
| Request Method | POST |
| Request Path | /task/video_vaporwave |
| Content-Type | application/json |
| Authentication | Raw API key in the Authorization header |
Request Body
| Parameter | Type | Required | Default | Description |
|---|
file_id | string | Yes | - | Uploaded video file ID |
filter | string | No | "愈漸升溫" | 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
| Item | Value |
|---|
| Request Method | GET |
| Request Path | /task/video_vaporwave/{task_id} |
| Authentication | Raw API key in the Authorization header |
Output Result (output_result)
| Parameter | Type | Description |
|---|
file_id | string | Processed video file ID |
download_url | string | Download 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 Code | HTTP Status | Description | Resolution |
|---|
6013 | 400 | Missing file_id | Pass the file_id field |
6014 | 400 | File type does not match the task | Upload a video file |
6004 | 404 | File not found | Verify the file_id |
6502 | 401 | Authentication failed | Check the Authorization header |
6202 | 402 | Insufficient balance | Recharge in the Dashboard |