Initialize Video Upload
POST https://{{baseUrl}}/videos?action=initializeUpload
Use the initializeUpload
action to register the upload. When you initialize, you declare the upcoming upload. Use the upload URL from the uploadInstructions
to upload the video.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
action | string |
Request Body
{"initializeUploadRequest"=>{"owner"=>"organization_urn", "fileSizeBytes"=>1055736, "uploadCaptions"=>false, "uploadThumbnail"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
LinkedIn-Version | string | ||
X-Restli-Protocol-Version | string |