POST
/
api2
/
v2
/
connectors
/
{connectorId}
/
folders
/
{folder}
/
files
/
{file}
Download file (async)
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v2/connectors/{connectorId}/folders/{folder}/files/{file} \
  --header 'Content-Type: application/json' \
  --data '{
  "sourceLang": "<string>",
  "targetLang": "<string>",
  "callbackUrl": "{\"callbackUrl\": \"https://www.yourdomain.com/callback_endpoint\"}"
}'
{
  "id": "<string>",
  "createdBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "fileName": "<string>",
  "action": "GUI_UPLOAD"
}

Path Parameters

connectorId
string
required
folder
string
required
file
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.