API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Translation Memory
Export translation memory
Use this API to download result
POST
/
api2
/
v2
/
transMemories
/
{transMemoryUid}
/
export
Export translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/transMemories/{transMemoryUid}/export \
--header 'Content-Type: application/json' \
--data '{
"exportTargetLangs": [
"<string>"
],
"callbackUrl": "<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>"
}
]
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"asyncExport": {
"transMemory": {},
"exportTargetLangs": [
"<string>"
]
}
}
Path Parameters
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Export translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/transMemories/{transMemoryUid}/export \
--header 'Content-Type: application/json' \
--data '{
"exportTargetLangs": [
"<string>"
],
"callbackUrl": "<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>"
}
]
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"asyncExport": {
"transMemory": {},
"exportTargetLangs": [
"<string>"
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.