BlogToSocialResponse
The blog post title (scraped or provided directly).
10 Tips for Better Social MediaA short excerpt from the blog post content.
Social media success starts with consistency...captions object[]
Generated captions, one per target account.
ID of the social account this caption was generated for.
5Social media platform identifier.
xThe generated caption text. null if generation failed for this account.
Unlock better social media results with these 10 proven tips. #SocialMedia #MarketingCharacter count of the generated content. null if generation failed.
87Maximum allowed character count for this platform.
280Error message if caption generation failed for this account. null on success.
UUID of the created draft post. Only present when create_post was true.
01942c3d-1234-7abc-8ef0-1234567890abmedia objectnullable
The imported featured image. Only present when create_post was true and an image was available.
Media library ID of the imported image.
42Public URL of the imported image in the workspace media library.
https://postboost.co/storage/workspaces/1/blog-images/2026/04/cover.jpgNumber of AI credits consumed by this request (one per successful caption).
3Remaining AI credits for the current billing period. null for unlimited plans.
37{
"blog_title": "10 Tips for Better Social Media",
"blog_excerpt": "Social media success starts with consistency...",
"captions": [
{
"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"
}
],
"post_uuid": "01942c3d-1234-7abc-8ef0-1234567890ab",
"media": {
"id": 42,
"url": "https://postboost.co/storage/workspaces/1/blog-images/2026/04/cover.jpg"
},
"credits_used": 3,
"credits_remaining": 37
}