AI-powered video editing for YouTube creators. Submit a raw recording URL, get back a polished, trimmed video automatically — no manual editing required.
# Authenticate
curl -c session.txt -X POST https://tubeify.xyz/index.php \
-d "wallet=<YOUR_WALLET>"
# Submit video
curl -b session.txt -X POST https://tubeify.xyz/process.php \
-d "video_url=<URL>" \
-d "remove_pauses=true" \
-d "remove_fillers=true"
# Check status
curl -b session.txt https://tubeify.xyz/status.php