v4

latestOpenAPI 3.0.0MIT2026-07-311554531.6 MB
Translations

Upload translation files

Upload one or more JSON translation files for a specific workflow. Files name must match the locale, e.g. en_US.json. Supports both "files" and "files[]" field names for backwards compatibility.

post/v2/translations/upload

Response

Upload results

totalFilesnumber required

Total number of files processed

successfulUploadsnumber required

Number of files successfully uploaded

failedUploadsnumber required

Number of files that failed to upload

errorsstring[] required

List of error messages for failed uploads

Example response

{
  "totalFiles": 3,
  "successfulUploads": 2,
  "failedUploads": 1,
  "errors": [
    "Invalid JSON in file: es-ES.json"
  ]
}