Translate a status
translate_statusTranslate a post to your language using the instance's translation backend. Works only when translation is enabled; a 404 response indicates the feature is unavailable.
Instructions
Translate a status into your language using the instance's translation backend. Only works on instances that have configured one, which is a minority, so a 404 here means the feature is off rather than that the status is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lang | No | Target ISO 639 code. Defaults to the account's own language. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |