Developers
MAP API
A RESTful API for context records, publisher certification, and domain intelligence — including the MAP Media Intelligence Quotient (MIQ) index. Base URL: https://apimediaalertpress.com/v1
Endpoints
POST
/verify
URL Verification
Submit a URL for context verification. Returns a context record documenting the observable information environment across 7 dimensions. Result recorded to the hash-chained ledger.
GET
/signal/{domain}
Domain Record Lookup
Returns the domain’s context record history and publisher certification status — record count, most recent activity, and ledger hash.
GET
/feed/signals
Signal Feed
Paginated feed of recent verification activity across the ledger.
GET
/indices/miq/all
MIQ Index
Full MAP Media Intelligence Quotient index — all indexed publishers with current MIQ values.
GET
/feeds/csv/miq
MIQ CSV Feed
Flat CSV export of the MIQ index for data integration pipelines.
Authentication
All requests require HMAC-SHA256 signing. Pass X-MAP-Signature and X-MAP-Timestamp headers. API keys provisioned on request.
OpenAPI spec: https://apimediaalertpress.com/openapi.json
Request API access