Upload a video file
documentedCreate a new video upload and receive a temporary signed URL to upload the video file.
POST /media/videosMedia Serviceno implementation yet0 runsNo 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}}"}'