{"openapi":"3.0.0","info":{"title":"Lepton PDF Messenger API","version":"1.0.0","description":"Send PDFs to the server after paying postage via Arc Testnet USDC or Circle Batching over x402."},"paths":{"/":{"post":{"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"PDF file to post to the server"}},"required":["file"]}}}},"responses":{"202":{"description":"File received successfully"},"400":{"description":"File is required or must be a PDF"},"402":{"description":"Payment required"},"413":{"description":"File too large"},"500":{"description":"Internal server error"}},"summary":"Send a PDF (x402 payment)","description":"Upload a PDF file after paying postage via x402 payment middleware."}},"/circle":{"post":{"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","description":"PDF file to post to the server"}},"required":["file"]}}}},"responses":{"202":{"description":"File received successfully"},"400":{"description":"File is required or must be a PDF"},"402":{"description":"Payment required"},"413":{"description":"File too large"},"500":{"description":"Internal server error"}},"summary":"Send a PDF (Circle x402 batching payment)","description":"Upload a PDF file after paying postage via Circle x402 batching middleware."}}}}