Skip to Content
Content will expire 5 minutes after last update
How it works:
  • Auto-save: Content is automatically saved to the server 1 second after you stop typing
  • Auto-paste: When you visit this page, it will automatically try to paste from your browser's clipboard
  • Auto-copy: When server content exists, it will automatically try to copy to your browser's clipboard
  • Files & images: Drag files anywhere onto this page, paste a screenshot (Ctrl+V), or use the paperclip button
  • Manual buttons: Use the buttons above if automatic clipboard access is blocked by your browser
  • Cross-device: Content is accessible from any device in real-time
  • Expires: Content automatically clears after 5 minutes of inactivity
From the terminal:
# Get text
curl -s https://iknowpc.com/copy/raw

# Put text
echo "hello" | curl -sT- https://iknowpc.com/copy/raw

# Upload a file
curl -s -F "file=@pic.png" https://iknowpc.com/copy/file

# List files / download latest / download by id
curl -s https://iknowpc.com/copy/files
curl -sOJ "https://iknowpc.com/copy/file?download=1"
curl -sOJ "https://iknowpc.com/copy/file/123?download=1"

# Clear everything
curl -s https://iknowpc.com/copy/clear
Drop files to upload