v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Seed

Create a seed list file

Creates a seed list file from the provided URLs and writes it to HDFS. Returns the path to the created seed file directory.

post/seed/create

Request body

idinteger

The seed list identifier.

namestring

A human-readable name for this seed list.

seedFilePathstring

The HDFS path where the seed file is stored. Populated after creation.

Example request

{
  "name": "my-seeds",
  "seedUrls": [
    {
      "url": "https://example.com"
    },
    {
      "url": "https://nutch.apache.org"
    }
  ]
}

Response

Path to the created seed file directory.