Skip to content
Abraham Valenzuela edited this page Feb 9, 2024 · 1 revision

Welcome to the hass_radarr_actions wiki!

How to choose a profile_id value?

You can run the following on the command line. It will return an array of your radarr movies with several values, like "qualityProfileId", just copy the integer value of a movie that has the profile you use.

curl -X GET "http://localhost:7878/api/v3/movie" -H "accept: application/json" -H "Content-type:application/json" -H "X-Api-Key: API_KEY"

Make sure to replace the host with your IP and API_KEY

Clone this wiki locally