create_manualimport
Import media files manually into Sonarr's library by creating a manual import request with the specified payload. Use this to add missing or unrecognized files to your collection.
Instructions
Create ManualImport.
POST /api/v3/manualimport
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 |