Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
curl -X POST \
  https://admin-video.springserve.com/api/v0/videos/ \
  -H 'Authorization: df7cee0499a504ff2553e84f0ae3886123aoeaoe32p08' \
  -H 'Cache-Control: no-cache' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Postman-Token: ae772cc3-3e16-4acf-a97b-dee0359dc145' \
  -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  -F video=@/<filepath>/videofile.mp4

...