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
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Bilingual File
Upload bilingual file
Returns updated job parts and projects
POST
/
api2
/
v2
/
bilingualFiles
Upload bilingual file
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/bilingualFiles \
--header 'Content-Type: multipart/form-data' \
--form 'file={
"name": "<string>",
"bytes": [
"aSDinaTvuI8gbWludGxpZnk="
],
"empty": true,
"size": 123,
"inputStream": {},
"contentType": "<string>",
"originalFilename": "<string>"
}'
Copy
Ask AI
{
"jobs": [
{
"uid": "<string>",
"status": "NEW",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"targetLang": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"updateSourceDate": "2023-11-07T05:31:56Z",
"imported": true,
"jobAssignedEmailTemplate": {},
"notificationIntervalInMinutes": 123,
"continuous": true,
"sourceFileUid": "<string>"
}
],
"project": {
"name": "<string>",
"uid": "<string>"
}
}
Query Parameters
Available options:
All
, Confirmed
, None
Body
multipart/form-data
Multipart request with files
The body is of type object
.
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Upload bilingual file
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/bilingualFiles \
--header 'Content-Type: multipart/form-data' \
--form 'file={
"name": "<string>",
"bytes": [
"aSDinaTvuI8gbWludGxpZnk="
],
"empty": true,
"size": 123,
"inputStream": {},
"contentType": "<string>",
"originalFilename": "<string>"
}'
Copy
Ask AI
{
"jobs": [
{
"uid": "<string>",
"status": "NEW",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"targetLang": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"updateSourceDate": "2023-11-07T05:31:56Z",
"imported": true,
"jobAssignedEmailTemplate": {},
"notificationIntervalInMinutes": 123,
"continuous": true,
"sourceFileUid": "<string>"
}
],
"project": {
"name": "<string>",
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.