Sign in

Request file upload

documented

Request authorization to upload a file for pushing.

POST /v2/upload-requestFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pushbullet.com/v2/upload-request" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "file_name={{$file_name}}" \
  -d "file_type={{$file_type}}"