Skip to content

Commit e0d1c38

Browse files
authored
docs: Remove parameters table from JSON endpoint documentation (#21447)
1 parent cf6d02b commit e0d1c38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ sidebar:
77

88
The `/json` endpoint extracts structured data from a webpage. You can specify the expected output using either a `prompt` or a `response_format` parameter which accepts a JSON schema. The endpoint returns the extracted data in JSON format.
99

10-
## Parameters
11-
12-
| Parameter | Mandatory | Note |
13-
| --------------- | --------- | ---------------------------------------------------------------------------- |
14-
| URL | yes | The URL of the webpage to extract data from. |
15-
| prompt | no | Must supply one of `prompt` or `response_format`. |
16-
| response_format | no | Must supply one of `prompt` or `response_format`. May include a JSON schema. |
17-
1810
:::note[Note]
1911

2012
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.

0 commit comments

Comments
 (0)