Get Translation Style

Retrieve a built-in style or an owned custom translation style.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

translation_style_idstringRequired

Built-in or custom translation style ID.

Response

This endpoint returns an object.
idstring

Value to pass as translation_style when creating a translation.

namestring
Display name.
target_languageslist of enums
Languages this style can be used with.
Allowed values:
kindenum

Whether this is a built-in or user-created style.

Allowed values:
verifiedboolean
Whether the style instructions passed safety and scope validation.
descriptionstringOptional
Short description of the style.
instructionsstringOptional

The authenticated user’s custom style instructions. Omitted for built-in styles.

created_atdatetimeOptional
Creation time for a custom style.
updated_atdatetimeOptional
Last update time for a custom style.

Errors

401
Authentication Error
404
Translation Style Not Found
429
Rate Limit Error