Sign in

Upload a video file

documented

Create a new video upload and receive a temporary signed URL to upload the video file.

POST /media/videosMedia Serviceno 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.typeform.com/media/videos" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"field_id": "{{$field_id}}", "form_id": "{{$form_id}}", "language": "{{$language}}"}'
Upload a video file · typeform · OpenIntegrations