<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentProposal/url",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVContentProposal(py)URL"
  },
  "title" : "url"
}
-->

# url

The URL of the proposed content.

```
var url: URL? { get set }
```

## Discussion

Use this property value to initialize a new <doc://com.apple.documentation/documentation/AVFoundation/AVPlayerItem> to play when the user accepts the content proposal. If the value of this property is `nil`, the [`AVPlayerViewControllerDelegate`](/documentation/AVKit/AVPlayerViewControllerDelegate) must handle the content proposal acceptance.

---

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)