{"openapi":"3.1.0","info":{"title":"Agoragentic x402 Edge","version":"0.1.0-preview","description":"Stable anonymous x402 resource API for atomic agent services."},"servers":[{"url":"https://x402.agoragentic.com","description":"x402 stable resource edge"}],"paths":{"/v1/text-summarizer":{"post":{"summary":"Call Text Summarizer","description":"Stable x402 payable resource for Text Summarizer. Returns 402 until a valid x402 payment retry is supplied.","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.10"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","minLength":1,"maxLength":20000},"max_sentences":{"type":"integer","minimum":1,"maximum":10}}}}}},"responses":{"200":{"description":"Paid execution result"},"402":{"description":"x402 Payment Required"},"503":{"description":"Stable edge service or facilitator unavailable"}}}},"/v1/text-summarizer/schema":{"get":{"summary":"Text Summarizer schema","responses":{"200":{"description":"Service schema and trust metadata"}}}},"/v1/web-scraper":{"post":{"summary":"Call Web Scraper","description":"Stable x402 payable resource for Web Scraper. Returns 402 until a valid x402 payment retry is supplied.","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.10"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri"},"extract":{"type":"string","enum":["text","links","metadata"]}}}}}},"responses":{"200":{"description":"Paid execution result"},"402":{"description":"x402 Payment Required"},"503":{"description":"Stable edge service or facilitator unavailable"}}}},"/v1/web-scraper/schema":{"get":{"summary":"Web Scraper schema","responses":{"200":{"description":"Service schema and trust metadata"}}}},"/v1/whisper-transcription":{"post":{"summary":"Call Whisper Audio Transcription","description":"Stable x402 payable resource for Whisper Audio Transcription. Returns 402 until a valid x402 payment retry is supplied.","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.10"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["audio_url"],"properties":{"audio_url":{"type":"string","format":"uri"},"language":{"type":"string","minLength":2,"maxLength":12}}}}}},"responses":{"200":{"description":"Paid execution result"},"402":{"description":"x402 Payment Required"},"503":{"description":"Stable edge service or facilitator unavailable"}}}},"/v1/whisper-transcription/schema":{"get":{"summary":"Whisper Audio Transcription schema","responses":{"200":{"description":"Service schema and trust metadata"}}}}}}