---
title: "Create a new configuration"
method: POST
path: "/config/create"
tags: ["Configuration"]
---

# Create a new configuration

`POST /config/create`

Creates a new Nutch configuration with the specified parameters. Returns the configuration ID on success.

## Request body

- NutchConfig — Configuration for creating a new Nutch configuration.
  - `configId` string — The identifier for this configuration.
  - `force` boolean — If true, overwrites an existing configuration with the same ID.
  - `params` object — Key-value pairs of Nutch configuration properties.

## Response `200`

Configuration created. Returns the configuration ID.

## Other responses

- `400` — Bad request. The request body is missing, malformed, or contains invalid parameters.
- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
