Skip to content

Commit 2b04256

Browse files
authored
small fixes (cloudflare#26629)
1 parent fe28ab1 commit 2b04256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/changelog/ai-search/2025-11-14-add-extra-headers-for-website-crawling.mdx renamed to src/content/changelog/ai-search/2025-11-19-add-extra-headers-for-website-crawling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AI Search support for crawling login protected website content
33
description: Index websites behind login walls by adding custom authentication headers to AI Search's website crawler.
44
products:
55
- ai-search
6-
date: 2025-11-14
6+
date: 2025-11-19
77
---
88

99
[AI Search](/ai-search/) now supports [custom HTTP headers](/ai-search/configuration/data-source/website/#access-protected-content) for website crawling, solving a common problem where valuable content behind authentication or access controls could not be indexed.

src/content/docs/ai-search/usage/rest-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This REST API searches for relevant results from your data source and generates
4343

4444
```bash
4545

46-
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai-search/rags/{AUTORAG_NAME}/ai-search \
46+
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/autorag/rags/{AUTORAG_NAME}/ai-search \
4747
-H 'Content-Type: application/json' \
4848
-H "Authorization: Bearer {API_TOKEN}" \
4949
-d '{
@@ -85,7 +85,7 @@ This REST API searches for results from your data source and returns the relevan
8585

8686
```bash
8787

88-
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/ai-search/rags/{AUTORAG_NAME}/search \
88+
curl https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/autorag/rags/{AUTORAG_NAME}/search \
8989
-H 'Content-Type: application/json' \
9090
-H "Authorization: Bearer {API_TOKEN}" \
9191
-d '{

0 commit comments

Comments
 (0)