v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Upload Resource

Upload a resource to the website from an external source. Resource is uploaded to Duda's CDN and made available to anyone building the website.

post/sites/multiscreen/resources/{site_name}/upload

Path parameters

site_namestring required

A valid site name of an existing website

Request body

Response

200

n_failuresinteger

Example response

{
  "uploaded_resources": [
    {
      "new_url": "https://irt-cdn.multiscreensite.com/a60fe88591064282a20cdb63a8ca5740/beach.jpg",
      "original_url": "http://www.dudasupport.com/test/beach.jpg",
      "status": "UPLOADED"
    }
  ]
}