Sign in

Upload or import media

documented

Upload a media file or import from a public URL.

POST https://upload.wistia.com/Uploadno 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://upload.wistia.com/" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -F "file=@{{$video_file_path}}" \
  -F "name={{$title}}" \
  -F "description={{$description}}" \
  -F "project_id={{$project_id}}"
Upload or import media · wistia · OpenIntegrations