v1
latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KBJob
Create a new job
Creates and enqueues a new Nutch job (e.g., inject, generate, fetch, parse, updatedb, index).
post/job/create
Request body
Example request
{
"crawlId": "crawl-01",
"type": "INJECT",
"confId": "default",
"args": {
"seedDir": "seedFiles/seed-1700000000000"
}
}Response
Job created. Returns the job information.