• Filtering Terms based on termbaseFieldValues

    I'm using Rws.LanguageCloud.Sdk and call ListTermbaseTermsAsync to get the list of Terms. How can I filter Terms based on termbaseFieldValues? Can I use search and searchType to implement this?
  • Difficulty finding Project Stage Update API

    I want to update my Language Cloud Project stages section via API, after Creation of Project. Which API section will help me to add stages/stage to my Project, as there is no "Stages" related section in the docs. Can someone please help me finding it…
  • Workflow Issue when creating Project via API

    Hi I am facing following error while creating a Project via API in Trados Language Cloud. Below is the request body object: { "name" : "Testing" , "dueBy" : "2024-10-22T09:00:00.000Z" , "location" : "b9ef8eb375774d03ad9cd0ecb0ef9262" , …
  • How to get Translation memory and Terms information for Paragraph?

    Hi, We are using Trados Team Language Cloud Api in our project. We want to use the Translation memory and Terms information for each paragraph. Is there any api that we can use to get the memory/term's information and the matching percentage…
  • Public API Customer Details missing location

    Hi All, I seem to be stuck when trying to create project using the LC public API v1. More precisely, I fail to obtain a customer's location. lc-api.sdl.com/public-api/v1/customers/:customer When I check it with my account on the web platform, all…
  • Language Cloud API Download Package

    Is it currently possible to download an Project Package via the API? The documentation refers to native, sdlxliff and BCM formats, but it would be super useful if users could download and upload packages via the API. Thanks Samuel
  • Language Cloud API File Type Setting PUT/POST

    Is it possible to upload a new or update an existing File Type Setting using the Language Cloud API? I've checked the API documentation and Postman workspace, I can find the LIST/GET settings, but nothing that will replicate the "Import" file in the…
  • RWS Language Cloud API Authentication failed

    Hi, I am just getting started with the RWS Language Cloud API, to use with Trados Team. Working through the documentation, I have set up a Service User, Integration Application; and have the API Client ID and Client Secret. The Service User has…
  • SDL Language Cloud (Trados Team/Enterprise) API: Need workload statistics information for each language combination in the API.

    Endpoint: languagecloud.sdl.com/.../fd9ee0beb37ca-get-project X-LC-Tenant: 6304e5b98938546757b68b2d X-LC-TraceId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request URL: lc-api.sdl.com/.../6317517ad4fb0864cb787260 Request body: none Response status code: 200…
  • API doesn't return the error

    HI, I am using the API's RWS language cloud in order to get information about file I load via a platform. The problem is that someone uploaded a file doc but Trados get this error "Error in File Type Detection". The most problematic thing is that…
  • Slow word count

    Good morning, I'm using the RWS API to retrieve word count information on some files. The flow I'm following is this: 1) Login on /tm4lc/api/v1/auth/token; 2) Upload file to /tm4lc/api/v1/files/:projectOptionsId; 3) Project creation on /tm4lc/api…
  • Language cloud (Trados Live) features version 3 of API

    Hi There is an up-to-date version of API for Trados Live. However, the documentation describes only v1. How can I receive a description of API v3 or access to swagger docs? Even if the docs are not complete, this will still speed up the development…
  • API KEY

    Dear SDL, I have just started using Language Cloud and i want to write a .NET wrapper, with which I can export termbases. I have found the sample code that has been proposed here a few years ago and i also found a sample code at github ( https://github…
  • Publish Chinese version

    Very useful tool, I hope to officially release the Chinese version of the SDL Passolo 2018 localization tool
  • Publish Chinese version

    Very useful tool, I hope to officially release the Chinese version of the SDL Passolo 2018 localization tool
  • Translate File SDL Language Cloud REST API

    Hi! I'm unable to use https:// lc-api.sdl.com/file-translations API in a Java environment. This is my source: HttpEntity entity = MultipartEntityBuilder . create () .addTextBody( "from" , "ita" ) .addTextBody( "to" , "eng" ) .addBinaryBody( "file…
  • RE: https://lc-api.sdl.com/file-translations API - can't get it to work

    I'm not a python expert but LC api expects a stream (in your .net sample this is exactly what is happening). So maybe try and load the file into a stream and send that to LC
  • https://lc-api.sdl.com/file-translations API - can't get it to work

    I have successfully done a cloud api translation using the text translate service lc-api.sdl.com/translate but am unable to use the similar lc-api.sdl.com/file-translations API. Can someone help or provide some sample python code? This is the python…
  • RE: Just started and I wonder where to find termbaseIds ?

    You can get termbaseIds by using https://lc-api.sdl.com/termbases