English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/files \ --header 'Content-Disposition: <content-disposition>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "uid": "<string>", "name": "<string>", "size": 123, "type": "<string>" }
Accepts multipart/form-data, application/octet-stream or application/json.
must match pattern ((inline|attachment); )?filename\*=UTF-8''(.+)
((inline|attachment); )?filename\*=UTF-8''(.+)
file
Created
Was this page helpful?