{"service":"AWARE Contextual Platform API","version":"1.0.0","description":"Resolve an ad request (app + content metadata, or a content id) to a stable ACP content id and the content.ext.aware contextual payload.","auth":"Send the API key as `x-api-key` or `Authorization: Bearer <key>`.","endpoints":{"GET /v1/metadata/content/:content_id":"Fast path. Resolve an ACP content id (path param) -> { content_id, enriched_at, confidence, content }. 404 if unknown.","POST /v1/metadata/lookup":"Resolve one request by signals. Body: { app_bundle?, app_name?, content_title?, content_series?, content_channel?, content_network?, content_id? }. Returns the full envelope.","POST /api/resolve":"Internal alias of POST /v1/metadata/lookup.","GET /api/metadata/content":"Look up by ?content_id= / ?acp_id= / ?title= (+ optional &app_bundle=&series=).","GET /api/health":"Liveness probe."}}