> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/create-and-publish/publishing-and-distribution/submit-to-deezer-listen-notes-and-amazon.md).

# Submit to Deezer, Listen Notes, and Amazon Music

Submit your podcast to Deezer, Listen Notes, and Amazon Music with Audible from the Exports tab.

Use this task to list your podcast on Deezer, on the Listen Notes directory, and on Amazon Music and Audible. Each platform has one tile in the **Audio** section of the **Exports** tab.

## Before you start

* You need the owner, admin, or editor role for the podcast, with permission to edit the podcast.
* Automated submissions need a paid plan on the account of the podcast owner. The free Launch plan does not include them.
* The podcast must be published and must not be restricted to invited listeners.
* At least one episode must be published and publicly available.

{% tabs %}
{% tab title="Classic view" %}

### Submit to Deezer

1. Open the podcast and select the **Exports** tab.
2. Select the **Deezer** tile.
3. Select **Submit**.

Podigee sends the title and the MP3 feed URL to Deezer. The tile shows **Published** as soon as Deezer accepts the feed. To remove the podcast later, open the tile and select **Remove this podcast from Deezer**.

### Submit to Listen Notes

1. Select the **Listen Notes** tile.
2. Read the terms of service link.
3. Select **Submit**.

Podigee sends the MP3 feed URL and your account email to Listen Notes. The result depends on the Listen Notes answer:

| Tile status   | Meaning                                                                                                      |
| ------------- | ------------------------------------------------------------------------------------------------------------ |
| **Published** | Listen Notes already knows the feed and lists the podcast.                                                   |
| **Pending**   | Listen Notes reviews the submission. The tile shows **Your submission to Listen Notes has been received...** |
| **Rejected**  | Listen Notes rejected the podcast. The tile shows the rejection text.                                        |

If the podcast is already on Listen Notes, open the tile, enter the Listen Notes URL, and save it. To remove the podcast, open the tile and select the remove option. Listen Notes reviews the removal.

### Submit to Amazon Music and Audible

1. Select the **Amazon Music / Audible** tile.
2. Read the license agreement that the tile links.
3. Select **Submit**.

The tile shows no status label after the submission. The **Published** label appears when the podcast has a stored Amazon URL.

To link a podcast that is already on Amazon Music:

1. Open the **Amazon Music / Audible** tile.
2. Select **If your podcast is already on Amazon, click here**.
3. Enter the podcast link in **Amazon URL**, for example `https://music.amazon.com/podcasts/...`.
4. Select **Save**.

The tile explains: **You can enter your Amazon URL in order to show the Amazon button on your webplayer**.

To remove the podcast, open the tile and select **Remove this podcast from Amazon Music and Audible**. The tile then shows the removal instructions.

### Expected result

The Deezer tile shows **Published**. The Listen Notes tile shows **Published** or **Pending**. The Amazon tile shows **Published** when the podcast has a stored Amazon URL. The web player and the podcast website can show a button for each platform that has a stored URL.

### If you cannot complete the task

* A tile shows a lock icon: the account of the podcast owner is on a plan without automated submissions.
* **Submit** is disabled: publish one episode first.
* Listen Notes shows **Rejected**: the rejection comes from Listen Notes, not from Podigee. Contact Listen Notes for the reason.
  {% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include submissions to Deezer, Listen Notes, and Amazon Music yet. Switch to the classic view to submit your podcast to these directories.
{% endtab %}
{% endtabs %}

## Next step

[Submit to directories manually](/documentation/create-and-publish/publishing-and-distribution/submit-to-directories-manually.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/create-and-publish/publishing-and-distribution/submit-to-deezer-listen-notes-and-amazon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
