API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- POSTSearch job's translation memoriesdeprecated
- POSTSearch translation memory for segment by job
- GETList translation memories
- POSTCreate translation memory
- DELDelete translation memories (batch)
- GETDownload cleaned TM
- GETDownload export
- POSTExtract cleaned translation memory
- GETGet translation memory
- PUTEdit translation memory
- DELDelete translation memory
- GETExport translation memorydeprecated
- POSTSearch translation memory
- POSTImport segmentsdeprecated
- GETGet last task information
- GETGet translation memory metadata
- GETList related projects
- POSTSearch translation memory (sync)
- POSTInsert segment
- DELDelete all segments
- PUTEdit segment
- DELDelete both source and translation
- DELDelete segment of given language
- POSTAdd target language to translation memory
- POSTWildcard search
- POSTExport translation memory
- POSTImport TMX
- DELDelete all segments.
- POST
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Translation Memory
Extract cleaned translation memory
Returns a ZIP file containing the cleaned translation memories in the specified outputFormat.
POST
/
api2
/
v1
/
transMemories
/
extractCleaned
Extract cleaned translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/extractCleaned \
--header 'Content-Type: application/json' \
--data '{
"uids": [
"<string>"
],
"outputFormat": "TXT",
"preserveRatio": 0.5,
"targetLangs": [
"<string>"
]
}'
Copy
Ask AI
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
}
}
Body
application/json
Response
202
application/json
successful operation
The response is of type object
.
Was this page helpful?
Extract cleaned translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/extractCleaned \
--header 'Content-Type: application/json' \
--data '{
"uids": [
"<string>"
],
"outputFormat": "TXT",
"preserveRatio": 0.5,
"targetLangs": [
"<string>"
]
}'
Copy
Ask AI
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.