Create VOD channel
create_vod_channelCreate a video-on-demand channel through the ArvanCloud API. Set title, description, ad enablement, presentation type, campaign ID, and secure-link options for VOD content.
Instructions
[WRITE] Official FA/EN API Usage + OpenAPI: POST /vod/2.0/channels with documented fields (title, description, secure_link_*, ads_enabled, present_type, campaign_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| ads_enabled | No | ||
| campaign_id | No | ||
| description | No | ||
| present_type | No | ||
| secure_link_key | No | ||
| secure_link_enabled | No | ||
| secure_link_with_ip | No |