Skip to main content

Access

NameTypeDescription
credentials_keystringUse API Key to reference credentials inside the Hybrik Credentials Vault.

Example results_file

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {},
"targets": [
{
"file_pattern": "{source_basename}_kantar.wav",
"container": {
"kind": "wav"
},
"audio": [
{
"codec": "pcm",
"channels": 2,
"filters": [
{
"kind": "kantar_watermarking",
"payload": {
"access": {
"credentials_key": "{{kantar_credentials_key}}"
},
"content_id": "some_text",
"channel_name": "whatever",
"license_id": "{{kantar_license_id}}",
"offset": 0
}
}
]
}
]
}
]
}
}