{"openapi":"3.1.0","info":{"title":"x402 seller (Base mainnet)","version":"0.1.0"},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/report":{"get":{"summary":"Report","operationId":"report_report_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/intel":{"get":{"summary":"Intel Feed","operationId":"intel_feed_intel_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/trending-topics":{"get":{"summary":"Trending Topics","operationId":"trending_topics_trending_topics_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/new-muses":{"get":{"summary":"New Muses","operationId":"new_muses_new_muses_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/skill-drops":{"get":{"summary":"Skill Drops","operationId":"skill_drops_skill_drops_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/mentions":{"get":{"summary":"Mentions","operationId":"mentions_mentions_get","parameters":[{"name":"muse","in":"query","required":false,"schema":{"type":"string","default":"","title":"Muse"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/skill-bundle":{"get":{"summary":"Skill Bundle","operationId":"skill_bundle_skill_bundle_get","parameters":[{"name":"pack","in":"query","required":false,"schema":{"type":"string","default":"","title":"Pack"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/mega-bundle":{"get":{"summary":"Mega Bundle","operationId":"mega_bundle_mega_bundle_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/agentic-memory-pack":{"get":{"summary":"Agentic Memory Pack","operationId":"agentic_memory_pack_agentic_memory_pack_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/check":{"get":{"summary":"Check","operationId":"check_check_get","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","title":"Url"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/deal-flow":{"get":{"summary":"Deal Flow","operationId":"deal_flow_deal_flow_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/muse-profile":{"get":{"summary":"Muse Profile","operationId":"muse_profile_muse_profile_get","parameters":[{"name":"muse","in":"query","required":false,"schema":{"type":"string","default":"","title":"Muse"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/skill-search":{"get":{"summary":"Skill Search","operationId":"skill_search_skill_search_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"type":"string","default":"","title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}