v1
latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KBSeed
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
Example request
{
"name": "my-seeds",
"seedUrls": [
{
"url": "https://example.com"
},
{
"url": "https://nutch.apache.org"
}
]
}Response
Path to the created seed file directory.