create_applications
Creates a new application in Prowlarr by submitting the required payload. Optionally force save to apply the configuration even if validation issues exist.
Instructions
Create Application.
POST /api/v1/applications
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. force_save: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| force_save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |