Skip to main content
POST
/
api
/
properties
/
resolve
/
bulk
Bulk resolve properties
curl --request POST \
  --url https://agenticadvertising.org/api/properties/resolve/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "domains": [
    "<string>"
  ]
}
'
{
  "results": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt

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

Body

application/json
domains
string[]
required
Maximum array length: 100

Response

Bulk resolution results

results
object
required