# AudienceScore Pilot API - Copy To LLM AudienceScore is in pilot deployment, pre-cryptographic-audit. The pilot ledger may be reset and receipts re-issued after the audit. Treat every receipt, event, and score as pilot-labeled. Base URL: https://api.audiencescore.org Read a signed score manifest: curl -s "https://api.audiencescore.org/v0/scores/{offering}" Submit a review with a signed receipt: curl -s -X POST "https://api.audiencescore.org/v0/reviews" \ -H "content-type: application/json" \ --data '{"receipt":{...signed receipt JSON...},"review":{"overall":5,"facets":{},"text":"optional"}}' Remote MCP HTTP JSON-RPC: curl -s -X POST "https://api.audiencescore.org/mcp" \ -H "content-type: application/json" \ --data '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_score","arguments":{"offering":"{offering}"}}}' Verify a score manifest by canonicalizing manifest JSON with sorted keys and verifying sig with signer. The signed manifest body contains env="pilot".