📝 Posts
List Facebook text-post background presets
Returns the full list of Facebook colored-background preset IDs accepted by facebook_options.facebook_background_id on POST /api/v1/workspaces/{workspace_id}/posts. Backgrounds only apply to plain text posts (no media, no link).
get/api/v1/facebook/text-backgrounds
Response
Text backgrounds retrieved successfully
Example response
{
"status": true,
"message": "Facebook text backgrounds retrieved successfully. Use the returned `id` as `facebook_background_id` when creating a Facebook post.",
"data": [
{
"id": "106018623298955",
"type": "solid",
"background_color": "rgb(198, 0, 255)",
"color": "#ffffff",
"description": "Solid purple",
"category": "popular"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.