{"openapi":"3.0.3","info":{"title":"Raki AE Intelligence API","version":"1.0.0","description":"Protected AE-facing market intelligence API for api.raki.pro"},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{}},"paths":{"/health":{"get":{"summary":"Health check","tags":["system"],"responses":{"200":{"description":"Default Response"}}}},"/ready":{"get":{"summary":"Readiness check","tags":["system"],"responses":{"200":{"description":"Default Response"}}}},"/":{"get":{"summary":"Root status","tags":["system"],"responses":{"200":{"description":"Default Response"}}}},"/docs":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/documentation/json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/docs/json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/openapi.json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/top-producers":{"get":{"summary":"Top producers by market scope","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/opportunities":{"get":{"summary":"Opportunity score and market metrics","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/growth-markets":{"get":{"summary":"Growth markets near the requested scope","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/lender-weakness":{"get":{"summary":"Lenders losing momentum in the selected market","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/loan-type-insights":{"get":{"summary":"Loan type mix and volume insights","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/insights":{"get":{"summary":"AE-readable summary of the current market scope","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/territory-score":{"get":{"summary":"Coverage score for the caller against the requested market","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/ae/missed-opportunities":{"get":{"summary":"High-priority opportunities the caller is not covering well","tags":["ae"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/refresh-runs":{"post":{"summary":"Queue a refresh run for derived HMDA intelligence tables","tags":["admin"],"security":[{"bearerAuth":[]}],"responses":{"200":{"description":"Default Response"}}}}},"servers":[{"url":"/"}]}