Skip to main content

BlogToSocialCaption

account_idinteger

ID of the social account this caption was generated for.

Example: 5
providerstring

Social media platform identifier.

Example: x
contentstringnullable

The generated caption text. null if generation failed for this account.

Example: Unlock better social media results with these 10 proven tips. #SocialMedia #Marketing
character_countintegernullable

Character count of the generated content. null if generation failed.

Example: 87
character_limitinteger

Maximum allowed character count for this platform.

Example: 280
errorstringnullable

Error message if caption generation failed for this account. null on success.

BlogToSocialCaption
{
"account_id": 5,
"provider": "x",
"content": "Unlock better social media results with these 10 proven tips. #SocialMedia #Marketing",
"character_count": 87,
"character_limit": 280,
"error": "string"
}