MANY PROOF API
Evidence you can inspect.
Submit public portfolio URLs, GitHub sources, products, and documents. Many returns source-backed observations with explicit limitations—not a claim of authorship or trust.
Start with an API key
Use Authorization: Bearer mp_live_… and include an Idempotency-Key when creating a Proof Pack.
curl -X POST https://api.manyeverything.xyz/v1/proof-packs \
+ -H 'Authorization: Bearer mp_live_…' \
+ -H 'Idempotency-Key: demo-001' \
+ -H 'Content-Type: application/json' \
+ -d '{"sources":["https://example.com"]}'