Sign in

Convert video

documented

Convert a video to a target format.

POST /convert/video/Conversionno 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.uploadcare.com/convert/video/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_PUBLIC_KEY}}:{{UPLOADCARE_SECRET_KEY}}" \
  -d '{"paths": ["{{$source_uuid}}/video/", "{{$source_uuid}}/video/-/format/ogg/-/quality/best/"], "store": "{{$store}}"}'
Convert video · uploadcare · OpenIntegrations