<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/ImageType",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:ImageType"
  },
  "title" : "ImageType"
}
-->

# ImageType

Image format type for an uploaded asset.

```
string ImageType
```

## Discussion

The `ImageType` identifies the image file format of an [`Asset`](/documentation/Apple-Ads-Platform-API/Asset). The system infers the value from the uploaded file and returns it in the asset record. The API caller doesn’t set it directly.

Uploading through [`Upload Asset`](/documentation/Apple-Ads-Platform-API/Upload-Asset) only accepts PNG, JPG, and HEIC files. The remaining values (JPEG, HEIF, SVG, WEBP) can appear on assets that were sourced or created outside this upload path.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)