Share text with 4-digit codes • Self-destructs in 5 minutes
Dead-simple temporary clipboard for API keys, commands, and text - works on terminals, Raspberry Pi, servers, any device - no login
PRO TIP: Use the terminal to retrieve your text
$ curl https://vclip.ovh/1234 Replace 1234 with your 4-digit code. Perfect for Raspberry Pi, VPS, and headless servers. Works with curl and wget.
vclip.ovh is a dead-simple clipboard bridge for headless units. Instead of manually typing long API keys or commands:
curl https://vclip.ovh/1234Perfect for Raspberry Pi, VPS, remote servers, and IoT devices without SSH access.
vclip.ovh works across any operating system and network. No email, Slack, or USB needed:
curl https://vclip.ovh/YOUR_CODEWorks even when devices aren't on the same WiFi network. Ideal for clipboard sharing between devices not on same network.
vclip.ovh is designed for ephemeral, temporary text sharing:
Best for temporary credentials, not long-term storage. For sensitive data, enable "Burn on Read" mode.
Yes! vclip.ovh is curl-friendly and designed for CLI users:
# Retrieve text with 4-digit code
curl https://vclip.ovh/1234
# Or use wget
wget -qO- https://vclip.ovh/1234
# Save to file
curl https://vclip.ovh/1234 > output.txt
# Use in scripts
API_KEY=$(curl -s https://vclip.ovh/1234)
echo $API_KEY Perfect for headless servers, automated scripts, and sysadmin workflows.
Stop manually typing complex strings. Here's the workflow:
curl https://vclip.ovh/1234$(curl -s https://vclip.ovh/1234)Works great for deploying scripts, sharing environment variables, or transferring terminal commands to remote servers.
Developers and sysadmins use vclip.ovh for:
Any time you need an anonymous clipboard with no login that works with curl.