create_movie_import
Import movies into Radarr by submitting an import request. This adds movies to your library for management.
Instructions
Create MovieImport.
POST /api/v3/movie/import
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 |