Shutterstock
  1. Legacy
Shutterstock
  • Images
    • Search
      • Search for images
      • Run multiple image searches
      • Get suggestions for a search term
      • Get keywords from text
      • List image categories
      • List similar images
      • List recommended images
      • List updated images
    • Details
      • List images
      • Get details about images
    • Licenses And Downloads
      • License images
      • List image licenses
      • Download images
    • Collections
      • Create image collections
      • List image collections
      • Get the details of image collections
      • Rename image collections
      • Delete image collections
      • Add images to collections
      • Get the contents of image collections
      • Remove images from collections
    • Featured Collections
      • List featured image collections
      • Get the details of featured image collections
      • Get the contents of featured image collections
  • Computer Vision
    • Legacy
      • Upload ephemeral images
    • Upload
      • Upload images
    • Similar
      • List similar images
      • List similar videos
    • Keywords
      • List suggested keywords
  • Videos
    • Search
      • Search for videos
      • Get suggestions for a search term
      • List similar videos
      • List updated videos
    • Details
      • List videos
      • Get details about videos
      • List video categories
    • Licenses And Downloads
      • License videos
      • List video licenses
      • Download videos
    • Collections
      • Create video collections
      • List video collections
      • Get the details of video collections
      • Rename video collections
      • Delete video collections
      • Add videos to collections
      • Get the contents of video collections
      • Remove videos from collections
    • Featured Collections
      • List featured video collections
      • Get the details of featured video collections
      • Get the contents of featured video collections
  • Audio
    • Search
      • Search for tracks
      • List audio genres
      • List audio instruments
      • List audio moods
    • Details
      • List audio tracks
      • Get details about audio tracks
    • Licenses And Downloads
      • License audio tracks
      • List audio licenses
      • Download audio tracks
    • Collections
      • Create audio collections
      • List audio collections
      • Get the details of audio collections
      • Rename audio collections
      • Delete audio collections
      • Add audio tracks to collections
      • Get the contents of audio collections
      • Remove audio tracks from collections
  • Editorial Images
    • Search
      • Search editorial images
      • List updated content
    • Categories
      • List editorial categories
    • Details
      • Get editorial content details
    • Licenses And Downloads
      • List editorial image licenses
      • License editorial content
    • Livefeeds
      • Get editorial livefeed list
      • Get editorial livefeed
      • Get editorial livefeed items
    • Legacy
      • (Deprecated) Get editorial content details
        GET
      • (Deprecated) License editorial content
        POST
      • (Deprecated) Get editorial livefeed list
        GET
      • (Deprecated) Get editorial livefeed
        GET
      • (Deprecated) Get editorial livefeed items
        GET
      • (Deprecated) Search editorial content
        GET
      • (Deprecated) List editorial categories
        GET
      • (Deprecated) List updated content
        GET
  • Editorial Video
    • Search
      • Search editorial video content
    • Categories
      • List editorial video categories
    • Details
      • Get editorial video content details
    • Licenses And Downloads
      • List editorial video licenses
      • License editorial video content
  • Catalog
    • Search
      • Search catalogs for assets
    • Collections
      • List catalog collections
      • Create catalog collections
      • Update collection metadata
      • Delete catalog collections
    • Collection Items
      • Add items to catalog collections
      • Remove items from catalog collection
  • Custom Music
    • Renders
      • Create rendered audio
      • Get details about audio renders
    • Search
      • List computer audio instruments
      • List computer audio descriptors
  • Contributors
    • Contributors
      • Get details about multiple contributors
      • Get details about a single contributor
      • List contributors' collections
      • Get details about contributors' collections
      • Get the items in contributors' collections
  • Users
    • Details
      • Get user details
      • Get access token details
      • List user subscriptions
  • Test
    • Echo
      • Echo text
    • Validate
      • Validate input
  • Oauth
    • Authorization
      • Authorize applications
      • Get access tokens
  1. Legacy

(Deprecated) License editorial content

开发环境
开发环境
POST
/v2/editorial/licenses
Deprecated; use POST /v2/editorial/images/licenses instead to get licenses for one or more editorial images. You must specify the country and one or more editorial images to license. The download links in the response are valid for 8 hours.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/editorial/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "country": "<country-code-3>",
    "editorial": [
        {
            "editorial_id": "<string>",
            "license": "<string>",
            "metadata": {},
            "size": "original"
        },
        {
            "editorial_id": "<string>",
            "license": "<string>",
            "metadata": {},
            "size": "original"
        }
    ]
}'
响应示例响应示例
{
 "data": [
  {
   "editorial_id": "69656358",
   "download": {
    "url": "https://s3-eu-west-1.amazonaws.com/api-downloads.rexfeatures.com/[random-characters].jpg?Expires=1524717323"
   }
  }
 ]
}

请求参数

Header 参数

Body 参数text/plain
示例

返回响应

🟢200OK
application/json
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠406Not Acceptable
修改于 2024-04-26 03:33:20
上一页
(Deprecated) Get editorial content details
下一页
(Deprecated) Get editorial livefeed list
Built with