
Meta CreateVideo
CertifiedPublish an Instagram video post
Meta CreateVideo
Publish an Instagram video post
Uploads a video URL and publishes it as a feed post or Reel. Waits up to 5 minutes for processing before publishing.
type: io.kestra.plugin.meta.instagram.media.CreateVideoExamples
Create a video post
id: instagram_create_video_post
namespace: company.team
tasks:
- id: create_video_post
type: io.kestra.plugin.meta.instagram.media.CreateVideo
igId: "{{ secret('INSTAGRAM_ACCOUNT_ID') }}"
accessToken: "{{ secret('INSTAGRAM_ACCESS_TOKEN') }}"
videoUrl: "https://example.com/video.mp4"
caption: "Check out this amazing video!"
VideoType: REELS
Properties
accessToken *Requiredstring
Access Token
Access token with required scopes (e.g., instagram_basic, instagram_content_publish).
igId *Requiredstring
Instagram Account ID
ID of the Instagram professional account to act on.
videoUrl *Requiredstring
Video URL
Public HTTPS URL of the video to upload (e.g. MP4).
apiVersion string
v24.0API Version
Instagram Graph API version to call. Defaults to v24.0.
caption string
Caption
Optional caption text for the post.
host string
https://graph.facebook.comHost URL
Base Graph API URL. Defaults to https://graph.facebook.com.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
videoType string
VIDEOVIDEOREELSSTORIESMedia type
Video media type to create (VIDEO or REELS). Defaults to VIDEO.