create_movie
Add a new movie to Radarr by sending the required request payload to the movie API endpoint, using the expected fields from the schema.
Instructions
Create Movie.
POST /api/v3/movie
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |