v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Upload Image From an Image Library

Upload a third-party image to the Taboola CDN.

post/backstage/api/1.0/operations/thirdparty/image

Request body

RAW_BODYstring json

A JSON Object describing the image source.<br>This is the JSON response, as returned by Get Images From Image Library.

Response

200

sourcestring
urlstring
idstring
cdn_urlstring

Example response

{
  "source": "GETTY_IMAGES",
  "url": "https://media.gettyimages.com/photos/vice-presidential-seal-and-empty-podium-picture-id709113889?b=1&k=6&m=709113889&s=170667a&w=0&h=-3GZ9cssMLf5QBgEmhn_NJmXN3K75GcTNBLwzw4XbUA=",
  "id": "709113889",
  "cdn_url": "http://cdn.taboola.com/libtrc/static/thumbnails/GETTY_IMAGES/CMF/709113889__ceEaJPR7.jpg"
}