<!--
{
  "availability" : [
    "Mac Catalyst: 27.0.0 -",
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaIntents",
  "identifier" : "/documentation/MediaIntents",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Media Intents"
    ],
    "preciseIdentifier" : "MediaIntents"
  },
  "title" : "Media Intents"
}
-->

# Media Intents

Enable people to use Siri to find and play media from your app.

## Overview

People use Siri to find and play media from your app. For example, people make specific requests like
“Siri, play Example song by Example artist” or “Siri, play the latest episode from $podcast”. However, they also make vague requests, such as “Play the song my friend sent me” or “Play energetic music”.
For every request, Siri needs to respond with a matching result from your app.

The Media Intents framework gives your app the [`AudioSearch`](/documentation/MediaIntents/AudioSearch) type it
needs to receive and resolve these requests, regardless of how the
person phrases them. The system delivers the app search type to your app using the
<doc://com.apple.documentation/documentation/AppIntents> framework,
and you use App Intents to return matching results to Siri.

## Topics

### Essentials

[Responding to audio search and playback requests](/documentation/MediaIntents/responding-to-audio-search-and-playback-requests)

Provide results for audio playback requests that people make by using Siri.

[`AudioSearch`](/documentation/MediaIntents/AudioSearch)

Results and metadata for a person’s audio search and playback request with Siri.



---

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)