All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

AI Search - Create AI Search instances programmatically via REST API

5mo ago

Source

CloudflareAI Search - Create AI Search instances programmatically via REST APIcloudflare.com
Snippet from the RSS feed
You can now create AI Search instances programmatically using the API . For example, use the API to create instances for each customer in a multi-tenant application or manage AI Search alongside your other infrastructure. If you have created an AI Search instance via the dashboard before, you already have a service API token registered and can start creating instances programmatically right away. If not, follow the API guide to set up your first instance. For example, you can now create separate search instances for each language on your website: for lang in en fr es de ; do curl -X POST " $ACCOUNT_ID /ai-search/instances" \ -H "Authorization: Bearer $API_TOKEN " \ -H "Content-Type: application/json" \ --data '{ "id": "docs-'" $lang "'", "type": "web-crawler", "source": "example.com", "source_params": { "path_include": ["**/'" $lang "'/**"] } }' done Refer to the REST API reference for additional configuration options.

You might also wanna read

Rethinking Search: From Query-Answer Services to Programmable Primitives for AI Agents

The article argues that traditional search pipelines are becoming outdated for AI agent systems. It proposes rethinking search as a programm

research.perplexity.ai·1mo ago

You.com Web Search APIs for Enterprise AI Applications

This article promotes Web Search APIs from You.com, designed for enterprises to integrate AI-powered web search capabilities into their prod

you.com·8d ago

You.com Web Search APIs for Enterprise AI Applications

This article promotes Web Search APIs from You.com, designed for enterprises to integrate AI-powered web search capabilities into their prod

you.com·8d ago

Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code

Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

The Cloudflare Blog·1mo ago

Parallel Search API: High-Accuracy Web Search Engineered for AI Applications

Parallel Search is a new web search API designed specifically for AI applications, offering higher accuracy on complex queries that require

parallel.ai·8mo ago

Programmable Search Engine Updates: Modernized Experience and API Transition to Vertex AI

This article is a blog post from the Programmable Search Engine team announcing updates and improvements to their search products. It covers

programmablesearchengine.googleblog.com·5mo ago

How AI agents are evolving RAG systems from keyword search to iterative, reasoning-based search experiences

The article discusses how AI agents are transforming traditional RAG (Retrieval-Augmented Generation) systems by moving beyond simple keywor

softwaredoug.com·9mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.