Skip to content

Commit eec4692

Browse files
Adding api link
1 parent 3ab1cf4 commit eec4692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/radar/investigate/url-scanner.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/urlscanner/v2/s
2727
}'
2828
``
2929

30-
You can submit up to 100 URLs via the API at the same time.
31-
3230
By default, the report will have a `Public` visibility level, which means it will appear in the [recent scans](https://radar.cloudflare.com/scan#recent-scans) list and in search results. It will also include a single screenshot with desktop resolution.
3331

3432
A successful response will have a status code of `200` and be similar to the following:
@@ -43,6 +41,8 @@ A successful response will have a status code of `200` and be similar to the fol
4341
}
4442
```
4543

44+
You can submit up to 100 URLs at the same time via the [API](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/bulk_create/).
45+
4646
The `uuid` property in the response above identifies the scan and will be required when fetching the scan report.
4747

4848
#### Submit a custom URL Scan

0 commit comments

Comments
 (0)