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 query
querystring
fan out a free-text query and crawl discovered URLs
maxPagesnumber
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)
request · curl
curl -sS https://api.ipnops.ai/index/seed \
  -H "content-type: application/json" \
  -d '{ "query": "sqlite documentation", "maxSeeds": 5 }'