Logo
OpenText Developer Cloud public resources API Documentation

Tenant user upload content

POST {{baseUrl}}/v2/content

Tenant user upload content

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created

{ "title": "sed incididunt", "entries": [ { "objectId": "ut ", "mimeType": "Ut veniam n", "fileName": "Lorem occaecat", "size": 66127087, "createDate": "2012-01-27T13:17:13.751Z", "lastUpdated": "1958-01-31T07:18:08.354Z", "providerId": "deserunt occaecat cillum", "tenantId": "ipsum", "subscriptionId": "velit", "blobId": "pari", "id": "velit officia reprehenderit", "properties": {}, "renditions": [ { "mimeType": "velit consequat irure commodo", "fileName": "aliqua", "size": -74402189, "createDate": "1977-06-03T20:02:23.516Z" }, { "mimeType": "quis ex id reprehenderit", "fileName": "velit dolor", "size": -74726124, "createDate": "1954-10-22T19:30:16.568Z" } ] }, { "objectId": "Duis ut", "mimeType": "cillum magna dolor deserunt veniam", "fileName": "magna pari", "size": -57056844, "createDate": "1975-05-19T08:58:43.288Z", "lastUpdated": "2003-03-26T22:13:51.783Z", "providerId": "deserun", "tenantId": "officia proident commodo ", "subscriptionId": "proident minim irure ad", "blobId": "labore incididunt l", "id": "do tempor", "properties": {}, "renditions": [ { "mimeType": "officia dolor", "fileName": "laboris in", "size": 82179938, "createDate": "1990-08-28T01:25:36.662Z" }, { "mimeType": "non ullamco aliqua", "fileName": "magna irure", "size": -63992422, "createDate": "1992-05-03T03:10:32.435Z" } ] } ], "_links": { "self": { "href": "in" }, "download": { "href": "non in consequat" } } }



Curl
curl -X POST 'https://na-1-dev.api.opentext.com/css/v2/content' -H 'Content-Type: multipart/form-data' -F '{"name"=>"name", "value"=>"[\"ipsum eu do reprehenderit\",\"elit dolor Excepteur\"]", "datatype"=>"string"}='

ENDPOINTS