/bff/post/post-auto-translate
Automatically translates the post title and content from the organisation default locale to all other configured organisation locales that do not have a translation yet. Each locale is translated individually. Canonical routes are created for locales that do not have one, using the translated title as slug.
PostpostBffPostPost-auto-translate
Parameters
1 body
Body · 1
postIdstringRequiredPost external ID to auto-translate.
Request
POST /bff/post/post-auto-translate
curl -X POST "https://api.bizkithub.com/bff/post/post-auto-translate" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"postId": "aBcDeFgH12345678"
}'Response
JSON payload
{
"translatedLocales": [
"string"
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.