Get API Key
Get your API key from the API Platform
PyPI
Download and view the SDK on PyPI
Install
Quick Start
Broad Search
Decompose a query into sub-queries, search them concurrently, and get results grouped per sub-query. Best for comparisons, surveys, and multi-angle questions.Web Search
Search the live web and get ranked results with highlights and optional full content. Best for search bars, answer engines, and news lookup.Image Search
In beta — contact us for beta access. Search images by text query and/or a reference image; settopic="design" for UI design references. Best for image lookup, visual references, and design assets.
Video Search
In beta — contact us for beta access. Search the web for videos by text query, with the timestamped segment matching each result. Best for video lookup, clip discovery, and media previews.Extract
Fetch 1-20 URLs in one call and return clean markdown or text. Best for reading pages, cleaning articles, and knowledge ingestion.Model
Send messages to leading LLMs through one API, with optional web search via anOctenSearchTool in tools. Best for Q&A, chat assistants, and grounded answers.
Embedding
Create text embeddings with models of different sizes. Best for semantic search, RAG, and recommendations.VL Embedding
Create multimodal embeddings from text, images, and videos. Best for cross-modal search and visual retrieval.Async
UseAsyncOcten for async operations. Every resource mirrors the sync client.