Depositphotos · Example Payload

License Item Enterprise

Example of licensing a stock photo via the Enterprise API

Stock PhotosImagesVideosVectorsMediaCreative AssetsGenerative AI

License Item Enterprise is an example object payload from Depositphotos, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "License a Media Item (Enterprise)",
  "description": "Example of licensing a stock photo via the Enterprise API",
  "request": {
    "method": "POST",
    "url": "https://api.depositphotos.com/",
    "body": {
      "dp_command": "licenseItem",
      "dp_apikey": "YOUR_ENTERPRISE_API_KEY",
      "dp_session_id": "YOUR_SESSION_ID",
      "dp_media_id": 12345678,
      "dp_license_id": "standard_editorial"
    }
  },
  "response": {
    "timestamp": "2026-06-13 10:30:00",
    "version": "1.3",
    "type": "success",
    "downloadLink": "https://downloads.depositphotos.com/secure/12345678?token=abc123",
    "licenseId": "LIC-2026-0613-9876",
    "method": "postpaid"
  }
}