Search
Searches ranked web results for a given query, with optional filters, highlights, and full content.
Documentation Index
Fetch the complete documentation index at: https://docs.octen.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key used for request authentication. Obtain an API key before using the API. Note: A payment method is required to use the API.
Body
The search query.
500Number of results to return.
1 <= x <= 100A list of domains to specifically include in the search results.
100030["octen.ai", "wikipedia.org"]A list of domains to specifically exclude from the search results.
15030["spam.com", "ads.example.net"]Strings that must appear in the result page text.
530Strings that must not appear in the result page text.
530Determines which time field is used for time filtering. published uses time_published; crawled uses time_last_crawled.
auto, published, crawled Start time for filtering results (based on time_basis). ISO 8601 format.
"2025-01-01T00:00:00+08:00"
End time for filtering results (based on time_basis). ISO 8601 format.
"2025-01-01T00:00:00+08:00"
Controls highlight extraction from result pages.
Controls the formatting of highlight outputs.
markdown, text Controls filtering of explicit/adult content. off disables filtering; strict drops all adult content.
off, strict Controls whether to return the full raw content of each result page.