Loading...
Loading...
Compare original and translation side by side
curl -c session.txt -X POST https://tubeify.xyz/index.php \
-d "wallet=<WALLET_ADDRESS>"{ "status": "ok", "session": "active" }"status": "error"curl -c session.txt -X POST https://tubeify.xyz/index.php \
-d "wallet=<WALLET_ADDRESS>"{ "status": "ok", "session": "active" }"status": "error"curl -b session.txt -X POST https://tubeify.xyz/process.php \
-d "video_url=<URL>" \
-d "remove_pauses=true" \
-d "remove_fillers=true"video_urlremove_pausestrueremove_fillerstrue{ "status": "queued", "job_id": "abc123" }curl -b session.txt -X POST https://tubeify.xyz/process.php \
-d "video_url=<URL>" \
-d "remove_pauses=true" \
-d "remove_fillers=true"video_urlremove_pausestrueremove_fillerstrue{ "status": "queued", "job_id": "abc123" }curl -b session.txt https://tubeify.xyz/status.php | Meaning | Action |
|---|---|---|
| Waiting in queue | Keep polling |
| Actively editing | Keep polling |
| Finished — download ready | Read |
| Processing error | Check |
{ "status": "complete", "download_url": "https://tubeify.xyz/dl/abc123.mp4" }{ "status": "failed", "error": "Unsupported video format" }curl -b session.txt https://tubeify.xyz/status.php | 含义 | 操作 |
|---|---|---|
| 等待处理队列 | 继续轮询 |
| 正在处理中 | 继续轮询 |
| 处理完成 — 可下载 | 从响应体中获取 |
| 处理失败 | 查看 |
{ "status": "complete", "download_url": "https://tubeify.xyz/dl/abc123.mp4" }{ "status": "failed", "error": "Unsupported video format" }curl -o edited_video.mp4 "<download_url>"curl -o edited_video.mp4 "<download_url>"| Variable | Description |
|---|---|
| Ethereum wallet address for authentication |
| 变量名 | 说明 |
|---|---|
| 用于身份验证的以太坊钱包地址 |