File upload

All media processing methods receive an inputUrl that should point to a public media file. If you dont have an inputUrl you can use ou temporary upload server to upload your local files.

Upload Workflow

  1. Request - You request an uploadSignedUrl and an tempInputUrl from our server.
  2. Upload - You then proceed to upload your local file to the provided uploadSignedUrl.
  3. Use - Once your upload is completed, you can use the tempInputUrl on any media processing endpoint
Request

Let's go ahead and request our uploadSignedUrl and a tempInputUrl:

Upload

We can now start uploading the ./track.mp3 file to the uploadSignedUrl:

Use

Since the upload is now completed, we can now use the tempInputUrl on any media endpoint. Example: