growing the index
POST /index/seed
Grow the index. Pass exactly one of seed (crawl one domain) or query (fan a free-text query across the discovery ladder and crawl what it finds).
seedstring (url)
crawl one explicit domain — mutually exclusive with queryquerystring
fan out a free-text query and crawl discovered URLsmaxPagesnumber
optional — page cap per crawl (1–200)maxSeedsnumber
optional — discovered URLs to crawl for a query seed (1–50)purgeboolean
optional — drop the index before crawling (clean reseed)curl -sS https://api.ipnops.ai/index/seed \
-H "content-type: application/json" \
-d '{ "query": "sqlite documentation", "maxSeeds": 5 }'