Skip to content
PasteGrab
Docs

Getting started

This page is the technical quick start for PasteGrab. For a narrative walkthrough with mobile tips and troubleshooting, read how it works on the marketing site.

Workflow

  1. Open the homepage or a platform page such as TikTok or Vimeo.
  2. Paste a public page URL into the Video URL field.
  3. Click Preview formats. The app calls /api/resolve and shows title, duration, and formats.
  4. Select a format chip: Best, MP4, MP3, 720p, or smallest file. See supported formats for preset meanings.
  5. Click Download. A job is created via /api/jobs; progress streams until complete.
  6. Use the output download link to save the file. Jobs and files are retained for a limited period — see limits.

Browser storage used during a session

PasteGrab uses local storage to improve repeat visits within the same browser:

  • pastegrab:resolve-cache (sessionStorage) — caches preview results so switching formats does not re-fetch metadata unnecessarily.
  • theme (localStorage) — remembers light or dark mode via next-themes.
  • pastegrab:cookie-consent (localStorage) — stores your cookie banner choice. See Cookie Policy.

Accounts

Downloads work without signing in. Optional owner login unlocks history and admin tools; it is not required for public visitors. See FAQ for account questions.

Acceptable use

Only download media you have rights to save. Private, DRM-protected, and login-walled sources are out of scope. Read acceptable use before automating or batch workflows.

Next steps