{"openapi":"3.1.0","info":{"title":"Many Proof API","version":"0.1.0","description":"Evidence-backed Proof Packs from explicitly submitted public sources."},"servers":[{"url":"/v1"}],"security":[{"bearerAuth":[]}],"paths":{"/proof-packs":{"get":{"operationId":"listProofPacks"},"post":{"operationId":"createProofPack","parameters":[{"name":"Idempotency-Key","in":"header","required":true}]}},"/proof-packs/{id}":{"get":{"operationId":"getProofPack"},"delete":{"operationId":"deleteProofPack"}},"/proof-packs/{id}/result":{"get":{"operationId":"getProofPackResult"}},"/proof-packs/{id}/retry":{"post":{"operationId":"retryProofPack"}},"/proof-packs/{id}/cancel":{"post":{"operationId":"cancelProofPack"}},"/proof-packs/{id}/share":{"post":{"operationId":"shareProofPack"},"delete":{"operationId":"revokeProofPackShare"}},"/usage":{"get":{"operationId":"getUsage"}},"/api-keys":{"get":{"operationId":"listApiKeys"},"post":{"operationId":"createApiKey"}},"/webhooks":{"get":{"operationId":"listWebhooks"},"post":{"operationId":"createWebhook"}},"/health":{"get":{"operationId":"getApiHealth","security":[]}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}}}