ODBC Driver for LinkedIn

Build 26.0.9655

UploadVideoCaptions

Upload the captions of your video assets. Ony the '.srt' format is supported.

Stored Procedure-Specific Information

To use this stored procedure, exactly one of the following parameters must be specified (in addition to UploadURL):

  • LocalFile
  • FileStream
  • FileData

If no parameter is used, or more than one parameter is used, the procedure fails.

The UploadURL value is returned by the UploadVideo stored procedure in the CaptionsUploadURL output parameter.

To execute this procedure, enter:

    EXEC UploadVideoCaptions UploadURL='https://www.linkedin.com/dms-uploads/sp/v2/...', LocalFile='C:/temp/my_captions.srt'

Input

Name Type Required Description
UploadURL String True The URL to use for uploading the video's captions.
LocalFile String False The absolute path of the subtitle file in your system to upload for the video's captions.
FileData String False A Base64-encoded string containing the subtitle data to upload for the video's captions. Useful in cases when neither the 'LocalFile' parameter nor the 'FileStream' parameter are viable options.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating whether the captions were uploaded successfully or not.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655