Config

A session configuration to use. The configuration defines the tasks that you want to run to process the source media.

Alternatively, you can supply a configuration zip bundle that was saved from the Media Server Graphical User Interface. If you supply a zip bundle to a process action, the AdditionalData and AdditionalDataLabels action parameters are ignored.

You can supply the file by either:

  • uploading it as multipart form-data
  • sending it as a base64 encoded string

For more details about sending binary data, refer to the Media Server Administration Guide.

Actions: Process, ValidateProcessConfig
Type: String
Default:  
Example:

The following example uses curl to start a process action, and uploads a configuration file to Media Server:

curl http://localhost:14000/action=process -F config=@session.cfg -F sourcedata=@media.jpg

See Also:

ConfigName

ConfigPath