Skip to content

Instantly share code, notes, and snippets.

@markepvinrap
Created January 19, 2023 08:17
Show Gist options
  • Save markepvinrap/5ee9e36f9d68516d6aff1d33b4ba2f30 to your computer and use it in GitHub Desktop.
Save markepvinrap/5ee9e36f9d68516d6aff1d33b4ba2f30 to your computer and use it in GitHub Desktop.
curl -u "<user>:<key>" \
-X POST "https://api-cloud.browserstack.com/app-automate/upload-media" \
-F "file=@/path/to/media/file/<your_image>.png" \
-F "custom_id=ScannerImage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment