Knowledge
Crawl links
Discover additional web URLs from one or more seed links before ingesting them as sources.
POST
Use this route when you have one or a few seed URLs and want Fini to discover more web pages before you call Ingest sources.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.string
required
application/jsonBody parameters
array
required
Seed URLs to crawl.
integer
default:"250"
Maximum number of discovered URLs to return.
Response
array
Discovered child URLs.
string
Success message.
Next step
Take the URLs you want fromdata, then call Ingest sources with source: "web" and place those URLs into documentIdsToAdd.
Errors
400 Bad Request
400 Bad Request
The request body is malformed,
links is missing or empty, or one of the inputs is not a valid URL.403 Forbidden
403 Forbidden
The API key does not include the
write scope.500 Internal Server Error
500 Internal Server Error
Fini failed while crawling one or more seed URLs. Retry once, then narrow the input set to isolate the failing URL.

