Create new URL submissions
POST/accounts/{account_id}/brand-protection/submit
Return new URL submissions
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Create new URL submissions
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/brand-protection/submit \
-X POST \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"skipped_urls": [
{
"foo": "bar"
}
],
"submitted_urls": [
{
"foo": "bar"
}
]
}Returns Examples
{
"skipped_urls": [
{
"foo": "bar"
}
],
"submitted_urls": [
{
"foo": "bar"
}
]
}