Claim Genius GeniusAPI Suite

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.

API entry from apis.yml

apis.yml Raw ↑
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.