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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/geniusapi-suite"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

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
tags_raw:
- 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.