Insert logo query
POST/accounts/{account_id}/cloudforce-one/v2/brand-protection/logo/queries
Create a new saved brand protection logo query for visual similarity matching
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Insert logo query
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/v2/brand-protection/logo/queries \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
-d '{
"image_data": "x",
"similarity_threshold": 0,
"tag": "x"
}'{
"message": "message",
"success": true,
"query_id": 0
}Returns Examples
{
"message": "message",
"success": true,
"query_id": 0
}