Media

Probe and finalize an uploaded media file

Optionally run the server-side media probe immediately after uploading bytes to the pre-signed URL. This call is not required: scheduling also probes media that is still uploading.

post/complete-media/{mediaFileId}

Path parameters

mediaFileIdstring required

Response

Media probe completed

successboolean required

Example response

{
  "success": true
}

Changes