aid: claim-genius name: Claim Genius description: >- Claim Genius is an AI vehicle-inspection and automated damage-assessment company serving auto insurance claims, underwriting, dealerships, salvage, lease and rental, fleet and collision repair. Its GeniusINSPECT engine converts vehicle photos and video into structured, decision-ready data — per-part damage classification (scratch, dent, tear, glass, wheel), repair-versus-replace decisions, labor and paint hours, OEM part pricing, repairability status and total-loss probability. The capabilities are packaged as products (GeniusINSPECT for Claims, GeniusINSPECT for Underwriting, GeniusPrepost, GeniusOPS) and exposed to integrators through the GeniusAPI Suite, a JWT-authenticated REST API with asynchronous pipeline processing. The company has operated across the US, EU and Asia since 2018. url: https://raw.githubusercontent.com/api-evangelist/claim-genius/refs/heads/main/apis.yml image: https://claimgenius.com/assets/logo/CG-AI-logo-trans-512.png x-type: company x-source: harvest:secondary-market specificationVersion: '0.23' created: '2026-08-09' modified: '2026-08-09' tags: - Insurance - Insurance Claims - Insurance Underwriting - Artificial Intelligence - Computer Vision - Vehicle Inspection - Automotive - Claims Automation - Damage Assessment - InsurTech apis: - aid: claim-genius:geniusapi-suite name: Claim Genius GeniusAPI Suite description: >- The GeniusAPI Suite is Claim Genius's REST integration layer over its AI vehicle-inspection products. Documented flow: generate a JWT via /api/auth/token using an API ID and secret, upload JPG/PNG/MP4/MOV media via /api/file/upload, POST claim metadata to /api/pipelines/{pipelineName} to receive a queue ID, then poll /api/pipeline/requests/{requestId} for structured JSON results — damage classification, repair/replace decisions, labor and paint hours, OEM part pricing, ACV and total repair estimates, and media links returned as signed URLs. Vehicle make/model/variant and vehicle-code lookup endpoints normalize VIN inputs. Pipeline paths are date-versioned (for example /api/pipelines/202103/...) for backward compatibility. The company advertises an OpenAPI 3.0 spec and native iOS/Android capture SDKs, but neither is published publicly — developer access and documentation are requested by email. humanURL: https://claimgenius.com/geniusapi tags: - Vehicle Inspection - Damage Assessment - Claims Automation - Computer Vision properties: - type: Authentication url: authentication/claim-genius-authentication.yml - type: Conventions url: conventions/claim-genius-conventions.yml - type: Lifecycle url: lifecycle/claim-genius-lifecycle.yml x-base-url-status: >- Not publicly documented. api.claimgenius.com resolves and serves nginx, but returned 404 for every documented path probed on 2026-08-09 (/api/auth/token, /api/file/upload, /api/pipelines, /api/pipeline/requests). No production base URL is stated on any public page, so none is asserted here. maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: Website url: https://claimgenius.com/ - type: Support url: https://claimgenius.com/contact - type: Blog url: https://claimgenius.com/claim-genius-blog/ - type: TermsOfService url: https://claimgenius.com/terms-of-service - type: PrivacyPolicy url: https://claimgenius.com/privacy-policy - type: Compliance url: https://claimgenius.com/geniusapi - type: Authentication url: authentication/claim-genius-authentication.yml - type: Conventions url: conventions/claim-genius-conventions.yml - type: Lifecycle url: lifecycle/claim-genius-lifecycle.yml - type: Conformance url: conformance/claim-genius-conformance.yml - type: Packages url: packages/claim-genius-packages.yml - type: WellKnown url: well-known/claim-genius-well-known.yml - type: LLMsTxt url: llms/claim-genius-llms.txt - type: DomainSecurity url: security/claim-genius-domain-security.yml x-enrichment: date: '2026-08-09' status: minimal artifacts_added: 7 pass: local-v1 x-coverage: state: gated reason: sales-gate detail: >- The GeniusAPI page names real endpoints (/api/auth/token, /api/file/upload, /api/pipelines/{pipelineName}, /api/pipeline/requests/{requestId}) and advertises an OpenAPI 3.0 spec, but the only route to the reference is "Contact us at contactus@claimgenius.com to request developer access and documentation" — and the developer hub Claim Genius has actually provisioned, claimgenius.readme.io, answers HTTP 401 with a password form (a non-existent ReadMe subdomain returns 404, so the hub is real and deliberately closed). evidence: - url: https://claimgenius.readme.io/ status: 401 - url: https://claimgenius.com/geniusapi status: 200 - url: https://api.claimgenius.com/openapi.json status: 404 - url: https://api.claimgenius.com/swagger.json status: 404 checked: '2026-08-09'