> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Play URL

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/OU10XTKbB-9IwiZJ/_assets/ai/develop/node-reference/audiocodes/play-url.png?fit=max&auto=format&n=OU10XTKbB-9IwiZJ&q=85&s=080d167704a291b250808157cbedb7be" alt="AudioCodes Play URL Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/audiocodes/play-url.png" />

  <figcaption>AudioCodes Play URL</figcaption>
</Frame>

## Description

<Warning>
  * As of Cognigy.AI 4.96.0, AudioCodes Nodes and Generic Voice Nodes are deprecated. Flows with these Nodes continue to work, and you can still edit and clone them as well as export them as a Package. However, you can't create new ones in Cognigy.AI 4.96 or later.
  * The full removal of AudioCodes Nodes is planned for Q2 2026. After the removal, AI Agents using these Nodes will stop working properly. We strongly recommend migrating to [Voice Gateway Nodes](/ai/agents/develop/node-reference/voice/voice-gateway/overview) before the removal date.
</Warning>

The Play URL Node lets you retrieve a WAV file from a URL location and play it back to the user.

| Parameter               | Type          | Description                                                                                         |
| ----------------------- | ------------- | --------------------------------------------------------------------------------------------------- |
| Media URL               | CognigyScript | The URL to the WAV file. Must be accessible to your AudioCodes instance.                            |
| Media Format            | Select        | Options:<br />- wav/lpcm15<br />- raw/lpcm16                                                        |
| Cache Audio             | Toggle        | Whether to cache the audio file or not. Caching will make future playbacks quicker. Default: false. |
| Set Activity Parameters | Toggle        | Option to add parameters which will be valid for this activity only                                 |

<Accordion title="This Node supports Activity Parameters">
  To learn more about activity parameters, visit our Help Center at: [https://support.cognigy.com/hc/en-us/articles/360017413959](https://support.cognigy.com/hc/en-us/articles/360017413959)
</Accordion>
