Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.22 KB

File metadata and controls

25 lines (22 loc) · 2.22 KB

# CreatePostRequest

Properties

Name Type Description Notes
title string [optional]
content string Post caption/text. Optional when media is attached or all platforms have customContent. Required for text-only posts. [optional]
media_items \Late\Model\CreatePostRequestMediaItemsInner[] [optional]
platforms \Late\Model\CreatePostRequestPlatformsInner[] [optional]
scheduled_for \DateTime [optional]
publish_now bool [optional] [default to false]
is_draft bool When true, saves the post as a draft. When none of scheduledFor, publishNow, or queuedFromProfile are provided, the post defaults to draft automatically. [optional] [default to false]
timezone string [optional] [default to 'UTC']
tags string[] Tags/keywords. YouTube constraints: each tag max 100 chars, combined max 500 chars, duplicates auto-removed. [optional]
hashtags string[] [optional]
mentions string[] [optional]
crossposting_enabled bool [optional] [default to true]
metadata array<string,mixed> [optional]
tiktok_settings \Late\Model\TikTokPlatformData Root-level TikTok settings applied to all TikTok platforms. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. [optional]
recycling \Late\Model\RecyclingConfig [optional]
queued_from_profile string Profile ID to schedule via queue. When provided without scheduledFor, the post is auto-assigned to the next available slot. Do not call /v1/queue/next-slot and use that time in scheduledFor, as that bypasses queue locking. [optional]
queue_id string Specific queue ID to use when scheduling via queue. Only used when queuedFromProfile is also provided. If omitted, uses the profile's default queue. [optional]

[Back to Model list] [Back to API list] [Back to README]