Social

Social media content generation and publishing

Publish social post immediately

post

Publish a social media post immediately to a connected platform via Late.dev. The social account must be connected in Brand Settings first. Requires Power plan or higher.

Authorizations
X-API-KEYstringRequired
Body
site_idstring · uuidRequired
platformstring · enumRequiredPossible values:
contentstring · max: 5000Required
hashtagsstring[]Optional
image_urlstring · uriOptional
Responses
chevron-right
200

Post published

application/json
post
/v1/social/publish
200

Post published

Schedule social post for future publishing

post

Schedule a social media post for future publishing. The post is sent to Late.dev with the scheduled time. Requires Power plan or higher.

Authorizations
X-API-KEYstringRequired
Body
site_idstring · uuidRequired
platformstring · enumRequiredPossible values:
contentstring · max: 5000Required
scheduled_atstring · date-timeRequired

ISO datetime when the post should be published

hashtagsstring[]Optional
image_urlstring · uriOptional
article_idstring · uuidOptional

Optional article ID to link this post to

Responses
chevron-right
200

Post scheduled

application/json
post
/v1/social/schedule
200

Post scheduled

Generate a social media post

post

Generate a social media post from article content. Requires Power plan or higher. Uses your OpenAI API key for text generation, and optionally Replicate API key for image generation.

Authorizations
X-API-KEYstringRequired
Body
site_idstring · uuidRequired
article_idstring · uuid · nullableOptional
article_titlestringRequired
article_summarystringRequired
article_urlstring · uri · nullableOptional
platformstring · enumRequiredPossible values:
tonestring · enumOptionalDefault: engagingPossible values:
include_hashtagsbooleanOptionalDefault: true
max_hashtagsinteger · max: 30Optional
hook_typestring · enumOptionalPossible values:
generate_imagebooleanOptionalDefault: false
Responses
post
/v1/social
201

Social post generated

Get supported social platforms

get

Returns all supported social platforms with their character limits and best practices.

Authorizations
X-API-KEYstringRequired
Responses
chevron-right
200

List of platforms

application/json
get
/v1/social/platforms
200

List of platforms

Last updated

Was this helpful?