BlogToSocialCaption
account_idinteger
ID of the social account this caption was generated for.
Example:
5providerstring
Social media platform identifier.
Example:
xcontentstringnullable
The generated caption text. null if generation failed for this account.
Example:
Unlock better social media results with these 10 proven tips. #SocialMedia #Marketingcharacter_countintegernullable
Character count of the generated content. null if generation failed.
Example:
87character_limitinteger
Maximum allowed character count for this platform.
Example:
280errorstringnullable
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"
}