Api-KeystringrequiredheaderYour NOSIBLE API key from the API Dashboard.
Example: nos_sk_...
Save a reusable Search query for your account.
Inspect the Search data dictionary or read NOSIBLE research for implementation context and methods.
Api-KeystringrequiredheaderYour NOSIBLE API key from the API Dashboard.
Example: nos_sk_...
search_idstringbodyExisting saved-search identifier when updating a configuration. Omit it to create a new saved search.
Example: search_01J...
extra_argsobjectbodyAdditional non-secret arguments passed to the saved search runner.
Example: {}
questionstringbodyThe question the search should answer. 1–500 characters; use this as the primary information need.
Example: What is driving AI chip demand?
n_resultsintegerbodyNumber of results stored in the recurring configuration, from 10 to 100.
Example: 100
n_probesintegerbodyNumber of shards evaluated by the saved search, from 5 to 1000.
Example: 500
n_contextifyintegerbodyContext words stored per result, from 64 to 1024.
Example: 256
instructionstringbodyInstruction passed to the embedding mode. Keep it short and purposeful; it is not a replacement for the question.
Example: Retrieve evidence about semiconductor demand.
expansionsstring[]bodyUp to 10 semantically or lexically related formulations that broaden recall without changing the underlying intent.
Example: ["AI accelerator demand", "data-center GPU spending"]
sql_filterstringbodyOptional SQL expression over indexed document metadata. Common columns include netloc, published, modified, visited, words, and chars.
Example: SELECT loc FROM engine WHERE words >= 30
algorithmenumbodyScoring algorithm. hybrid-3 is the recommended default for general-purpose retrieval.
Example: hybrid-3
min_similaritynumberbodyReject results below this similarity threshold. Must be between 0 and 1; it is a score threshold, not a probability.
Example: 0.35
must_includestring[]bodyTerms that must appear in each result. Use sparingly: every additional hard constraint can reduce recall.
Example: ["NVIDIA"]
must_excludestring[]bodyTerms that must not appear in a result.
Example: ["job listing"]
brand_safetyenumbodyContent-safety class: Safe, Sensitive, or Unsafe.
Example: Safe
languageenumbodyLanguage classification used to refine retrieval, such as EN, FR, or DE.
Example: EN
continentenumbodyContinent filter for the indexed document.
Example: Europe
regionenumbodyGeographic region filter for the indexed document.
Example: Western Europe
countryenumbodyCountry filter using the API's canonical country values.
Example: Germany
sectorenumbodyGICS sector filter.
Example: Information Technology
industry_groupenumbodyGICS industry-group filter.
Example: Semiconductors & Semiconductor Equipment
industryenumbodyGICS industry filter.
Example: Semiconductors
sub_industryenumbodyGICS sub-industry filter.
Example: Semiconductor Equipment
iab_tier_1enumbodyIAB tier-1 content category.
Example: Business
iab_tier_2enumbodyIAB tier-2 content category.
Example: Business Services
iab_tier_3enumbodyIAB tier-3 content category.
Example: Investing
iab_tier_4enumbodyIAB tier-4 content category.
Example: Stocks
companiesstring[]bodyUp to three company names used to refine retrieval.
Example: ["NVIDIA", "TSMC"]
collectionenumbodyCollection to search. everything searches the full available collection; this-week restricts to recently added data.
Example: everything
deduplicatebooleanbodyDeduplicate results that represent the same headline or story.
Example: true
Use Save Search for managed, recurring retrieval configurations. This endpoint is account-scoped and currently requires the crawl-feed capability; do not place secrets in extra_args.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
messagestringConfirmation that the search configuration was saved or updated.
Example: Search saved successfully.
response.search_idstringIdentifier to use when updating or deleting the saved search.
Example: search_01J...
invalid_search — The saved configuration cannot be compiled.unauthorized — The API key or crawl-feed capability is not valid.save_failed — The saved search could not be persisted.