Skip to main content
POST
/
api
/
properties
/
check
/
bulk
Bulk property identifier check
curl --request POST \
  --url https://agenticadvertising.org/api/properties/check/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifiers": [
    "<string>"
  ]
}
'
{
  "summary": {
    "total": 123,
    "ready": 123,
    "known": 123,
    "ad_infra": 123,
    "unknown": 123,
    "skipped": 123
  },
  "entries": [
    {
      "input": "<string>",
      "identifier": {
        "type": "<string>",
        "value": "<string>"
      },
      "verdict": "<string>",
      "classification": "<string>",
      "source": "<string>",
      "property_rid": "<string>",
      "action": "<string>"
    }
  ],
  "report_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
identifiers
string[]
required

Property identifiers to check

Maximum array length: 10000

Response

Check results with report ID

summary
object
required
entries
object[]
required
report_id
string
required