Skip to content

Commit bc060e8

Browse files
authored
Update json-endpoint.mdx
added note about incurring workers ai usage when using json endpoint
1 parent 03b2e27 commit bc060e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/browser-rendering/rest-api/json-endpoint.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The `/json` endpoint extracts structured data from a webpage. You can specify th
1515
| prompt | no | Must supply one of `prompt` or `response_format`. |
1616
| response_format | no | Must supply one of `prompt` or `response_format`. May include a JSON schema. |
1717

18+
:::note[Note]
19+
20+
The `/json` endpoint leverages [Workers AI](/workers-ai/) for data extraction. Using this endpoint incurs usage on Workers AI, which you can monitor usage through the Workers AI Dashboard.
21+
22+
:::
23+
1824
## Basic Usage
1925

2026
### With a Prompt and JSON schema

0 commit comments

Comments
 (0)