{"openapi":"3.0.0","paths":{"/v1/prior/claim":{"post":{"operationId":"PriorController_uploadPriorClaim","summary":"Upload context payload or JSON to PRIOR IPFS","parameters":[],"requestBody":{"required":true,"description":"File upload (multipart) or JSON payload","content":{"multipart/form-data":{"schema":{"type":"string"}},"application/json":{"schema":{"type":"string"}}}},"responses":{"201":{"description":""}},"tags":["prior"]}}},"info":{"title":"AgentChain & PRIOR API","description":"The centralized gateway for the decentralized compute network.","version":"1.0","contact":{}},"tags":[],"servers":[{"url":"http://localhost:3000"}],"components":{"securitySchemes":{"bearer":{"scheme":"bearer","bearerFormat":"JWT","type":"http"}},"schemas":{}}}