Valyu integration (AI, Data). Imported from open-connector.
https://api.valyu.ai/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query to execute. |
| max_num_results | integer | optional | The maximum number of search results to return. |
| search_type | string | optional | Controls which data sources are searched. |
| max_price | number | optional | The maximum budget in CPM for this request. |
| relevance_threshold | number | optional | The minimum relevance score for returned results. |
| included_sources | array | optional | Sources to include in the search. |
| excluded_sources | array | optional | Sources to exclude from the search. |
| source_biases | object | optional | — |
| instructions | string | optional | Natural language instructions to help rank results. |
| is_tool_call | boolean | optional | Whether this request originates from an AI tool call. |
| response_length | string | optional | The maximum content length per result. |
| start_date | string | optional | Only return results published on or after this date. |
| end_date | string | optional | Only return results published on or before this date. |
| country_code | string | optional | The ISO 3166-1 alpha-2 country code for geo-targeted web results. |
| fast_mode | boolean | optional | Whether to bypass LLM query rewriting and reranking for lower latency. |
| url_only | boolean | optional | Whether to return only URLs without full content extraction. |