ncloud_vodstation_create_category
Create a VOD Station encoding category by specifying output bucket and file path. Preview with dry run or apply encoding options, access control, and notifications.
Instructions
Create a new VOD Station encoding category. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category name (folder with this name is auto-created in output bucket) | |
| dryRun | No | If true, returns a preview without actually creating the category | |
| filePath | Yes | Detailed path to save output files (e.g., /) | |
| thumbnail | No | Whether to enable thumbnail extraction | |
| bucketName | Yes | Output bucket name to save encoded files | |
| accessControl | No | Output file disclosure scope | PRIVATE |
| encodingOptions | No | Encoding option IDs to apply | |
| notificationUrl | No | Callback URL for encoding completion notifications | |
| encodingOptionTemplateId | No | Encoding template ID |