<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaIntents",
  "identifier" : "/documentation/MediaIntents/AudioSearch/Criteria-swift.enum/url(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Media Intents"
    ],
    "preciseIdentifier" : "s:12MediaIntents11AudioSearchV8CriteriaO3urlyAESay10Foundation3URLVGcAEmF"
  },
  "title" : "AudioSearch.Criteria.url(_:)"
}
-->

# AudioSearch.Criteria.url(_:)

URLs that the system provides for matching audio content.

```
case url([URL])
```

## Discussion

The system provides URLs for matching content if:

- A person’s search request includes a URL.
- Spotlight was able to find matching content with a URL you donated to the Spotlight index.
- The system was able to provide URLs for matching audio content; for example, from
  onscreen context.

Use the provided URL in your <doc://com.apple.documentation/documentation/AppIntents/IntentValueQuery>
implementation to find content and return app entities.

---

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)