aid: solera url: https://raw.githubusercontent.com/api-evangelist/solera/refs/heads/main/apis.yml name: Solera kind: company description: Solera is a Westlake, Texas headquartered vehicle lifecycle management software, data, and services company operating in more than 100 countries, and one of the claims-technology intermediaries that sits between property and casualty insurers and the repair, salvage, and fleet economy rather than underwriting risk itself. Its insurance-facing business is automobile physical damage claims — first notice of loss intake, photo and AI damage assessment, repair cost estimating, total loss valuation, parts sourcing, and claims workflow — delivered through the Audatex and Qapter brands alongside Vehicle Repair (Identifix, Autodata, Hollander), Dealer Solutions (DealerSocket, cap hpi), and Fleet Solutions (Omnitracs, SmartDrive, eDriving) divisions. Its API posture is characteristic of the United States insurance market seam — there is no self-serve developer portal on solera.com, no signup, and no public API key. The Solera Integrations portal at na.api.solera.com returns HTTP 200 to an Audatex user ID and password login wall, and onboarding is a provisioned B2B integration run through a Solera account representative with a kickoff meeting and UAT. What is genuinely public is a set of anonymously readable Swagger UI reference pages and machine readable OpenAPI 3.0.1 documents on the Audatex demo API host, plus PDF integration guides on na.api.solera.com/files, covering assignment dispatch and first notice of loss, claim image retrieval, and GIC integration. Authentication is OAuth 2.0 against an IdentityServer discovery document at dispatch-login-demo.audatex.com with resource scopes including b2b.fnol.api, gofnol.api, estimatics.api, and hqclaims.api. Solera does not reference ACORD anywhere in its public integration documentation. Its published standards alignment is CIECA instead — Audatex is documented as a Corporate Technology member of the Collision Industry Electronic Commerce Association and licensed to use CIECA standards, with the BMS 5.7 schema as the data mapping baseline for estimate return, which is the auto physical damage sector's analogue to ACORD rather than ACORD itself. image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg tags: - Insurance - United States - Property and Casualty - Claims - Claims Technology - Automotive Claims - FNOL - Vehicle Damage Assessment - Risk Data - CIECA - Insurtech created: '2026-07-25' modified: '2026-07-25' specificationVersion: '0.21' apis: - aid: solera:solera-dashboard-assignment-api name: Solera Dashboard Assignment API description: Assignment dispatch and first notice of loss intake for automobile physical damage claims. Creates a new assignment, retrieves a sample assignment request message, posts assignment acknowledgements, and generates an estimate return response. OpenAPI 3.0.1, secured with OAuth 2.0 against the Audatex IdentityServer using the b2b.fnol.api scope. Partner facing — an Audatex or Solera B2B account must be provisioned before the endpoints can be called. humanURL: https://api-demo.audatex.com/TestAssignmentapi/docs/index.html baseURL: https://api-demo.audatex.com/TestAssignmentapi tags: - Claims - FNOL - Assignment - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-dashboard-assignment-openapi.json - type: Documentation url: https://na.api.solera.com/files/Estimate%20Return%20API.pdf - type: APIReference url: https://api-demo.audatex.com/TestAssignmentapi/docs/index.html - type: Authentication url: https://dispatch-login-demo.audatex.com/.well-known/openid-configuration - type: OpenAPI url: openapi/solera-enterprise-assignment-prod-swagger.json name: Solera Enterprise API (production, Swagger 2.0) description: 'Production variant served anonymously at https://api-prod.audatex.com/TestAssignmentapi/docs/swaggerjson/v2. Swagger 2.0 rather than OpenAPI 3.0.1, and richer than the demo document: it carries an operationId on every operation (AddAssignment, AssignmentRequestMessage, AssignmentAcks, EstimateReturnResponse) and points its token URL at the production IdentityServer.' - type: APIReference url: https://api-prod.audatex.com/TestAssignmentapi/docs/index.html name: Production Swagger UI - type: Overlay url: overlays/solera-dashboard-assignment-overlay.yaml - type: Overlay url: overlays/solera-enterprise-assignment-prod-swagger-overlay.yaml - aid: solera:solera-claim-images-api name: Solera ClaimImages API description: Retrieval of claim images and decoded document files attached to an automobile damage claim, used by insurer claim management systems consuming Audatex claim documentation. Two documented operations returning an image by ClaimImage identifier and a decoded file. OpenAPI 3.0.1, secured with OAuth 2.0 bearer tokens issued by the Audatex IdentityServer. humanURL: https://api-demo.audatex.com/TestClaimImageapi/docs/index.html baseURL: https://api-demo.audatex.com/TestClaimImageapi tags: - Claims - Images - Documents - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-claim-images-openapi.json - type: Documentation url: https://na.api.solera.com/files/ClaimImage%20Return%20API.pdf - type: APIReference url: https://api-demo.audatex.com/TestClaimImageapi/docs/index.html - type: Authentication url: https://dispatch-login-demo.audatex.com/.well-known/openid-configuration - type: OpenAPI url: openapi/solera-claim-images-prod-swagger.json name: ClaimImages API (production, Swagger 2.0) description: Production variant served anonymously at https://api-prod.audatex.com/TestClaimImageapi/docs/swaggerjson/v2. Carries operationIds (valuationReturn, decodeImage), a templated /api/v{version}/ path, a required api-version query parameter and a FileResult response schema the demo document lacks. - type: APIReference url: https://api-prod.audatex.com/TestClaimImageapi/docs/index.html name: Production Swagger UI - type: Overlay url: overlays/solera-claim-images-overlay.yaml - type: Overlay url: overlays/solera-claim-images-prod-swagger-overlay.yaml - aid: solera:solera-gic-integration-api name: Solera EAPI GIC Integration API description: Global Integration Component endpoint used to post GIC integration payloads against a work assignment identifier, acknowledge M31 events, and report the deployed API version. OpenAPI 3.0.1, secured with OAuth 2.0 bearer tokens issued by the Audatex IdentityServer. Partner facing integration surface for claim image capture workflows. humanURL: https://api-demo.audatex.com/TestGICapi/docs/index.html baseURL: https://api-demo.audatex.com/TestGICapi tags: - Claims - Integration - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-gic-integration-openapi.json - type: Documentation url: https://na.api.solera.com/files/GIC%20-%20Image%20Capture%20API.docx - type: APIReference url: https://api-demo.audatex.com/TestGICapi/docs/index.html - type: Authentication url: https://dispatch-login-demo.audatex.com/.well-known/openid-configuration - type: APIReference url: https://api-prod.audatex.com/TestGICapi/docs/index.html name: Production Swagger UI - type: Overlay url: overlays/solera-gic-integration-overlay.yaml - type: AsyncAPI url: asyncapi/solera-eapi-asyncapi.yml name: M31 image-upload-completed event - aid: solera:solera-getdocuments-api name: Audatex GetDocuments API description: 'Document and valuation retrieval for automobile physical damage claims. This is the surface the estimate-complete callback links point at: given an assignment identifier and a document locator, it returns the estimate XML, print image or attachment Base64-encoded inside a header/body envelope, with body.dataType describing how to decode it. Version 1.0 serves document-by-id, claim-document-by-locator, valuation-by-id and a version endpoint; version 2.0 narrows to a valuation document by type and process id. OpenAPI 3.0.1, secured with OAuth 2.0 using the b2b.fnol.documents scope. Both versions are served anonymously from the Swagger UI on the demo and production hosts.' humanURL: https://api-prod.audatex.com/GetDocuments/docs/index.html baseURL: https://api-prod.audatex.com/GetDocuments tags: - Claims - Documents - Valuation - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-getdocuments-v1-openapi.json name: Audatex GetDocuments API 1.0 - type: OpenAPI url: openapi/solera-getdocuments-v2-openapi.json name: Audatex GetDocuments API 2.0 - type: APIReference url: https://api-prod.audatex.com/GetDocuments/docs/index.html - type: Documentation url: https://na.api.solera.com/files/Estimate%20Return%20API.pdf - type: Authentication url: https://dispatch-login.audatex.com/.well-known/openid-configuration - type: Overlay url: overlays/solera-getdocuments-v1-overlay.yaml - type: Overlay url: overlays/solera-getdocuments-v2-overlay.yaml - aid: solera:solera-getimage-api name: Audatex Assignment Get Document API (GetImage) description: Claim image document retrieval. The claim-image callback publishes a HATEOAS link into this surface, and the client GETs the referenced document by locator. Version 1.0 exposes the claim-document-by-locator operation; version 2.0 exposes a version endpoint. OpenAPI 3.0.1, and the only Solera surface that declares its bearer credential as an apiKey-style Authorization header scheme rather than an oauth2 scheme, with the API version carried in an api-version request header. Served anonymously from the Swagger UI on both the demo and production hosts. humanURL: https://api-prod.audatex.com/GetImage/docs/index.html baseURL: https://api-prod.audatex.com/GetImage tags: - Claims - Images - Documents - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-getimage-v1-openapi.json name: Audatex Assignment Get Document API 1.0 - type: OpenAPI url: openapi/solera-getimage-v2-openapi.json name: Audatex Assignment Get Document API 2.0 - type: APIReference url: https://api-prod.audatex.com/GetImage/docs/index.html - type: Documentation url: https://na.api.solera.com/files/ClaimImage%20Return%20API.pdf - type: Authentication url: https://dispatch-login.audatex.com/.well-known/openid-configuration - type: Overlay url: overlays/solera-getimage-v1-overlay.yaml - type: Overlay url: overlays/solera-getimage-v2-overlay.yaml - aid: solera:solera-eapi-getdocument-api name: Solera EAPI Get Document API description: 'Enterprise API document and valuation retrieval, and the best-documented of the Solera retrieval surfaces: every operation carries a worked example in its summary, including a real assignment identifier, document locator and valuation process id, and every operation declares 400 and 401 failure cases. Four operations retrieve a document by assignment id and locator, a decoded attached image or PDF by type, a valuation document by type and process id, and a decoded valuation file. OpenAPI 3.0.1, secured with OAuth 2.0 against the Audatex IdentityServer.' humanURL: https://api-demo.audatex.com/TestGetDocumentapi/docs/index.html baseURL: https://api-demo.audatex.com/TestGetDocumentapi tags: - Claims - Documents - Valuation - Insurance - Automotive properties: - type: OpenAPI url: openapi/solera-eapi-getdocument-openapi.json - type: APIReference url: https://api-demo.audatex.com/TestGetDocumentapi/docs/index.html - type: Documentation url: https://na.api.solera.com/files/Estimate%20Return%20API.pdf - type: Authentication url: https://dispatch-login.audatex.com/.well-known/openid-configuration - type: Overlay url: overlays/solera-eapi-getdocument-overlay.yaml - type: Sandbox url: sandbox/solera-sandbox.yml name: Published example identifiers common: - type: AgenticAccess url: agentic-access/solera-agentic-access.yml - type: DomainSecurity url: security/solera-domain-security.yml - type: Authentication url: authentication/solera-authentication.yml - type: OAuthScopes url: scopes/solera-scopes.yml - type: Website url: https://www.solera.com/ - type: Company url: https://www.solera.com/company/ - type: Blog url: https://www.solera.com/blog/ - type: PartnerPortal url: https://na.api.solera.com/ name: Solera Integrations Portal description: Solera / Audatex integrations portal. HTTP 200 but redirects to /Login and presents a User ID and Password sign-in form. No self-serve registration and no public API key. Publicly readable integration guides are served under /files. - type: Authentication url: https://dispatch-login-demo.audatex.com/.well-known/openid-configuration name: Audatex IdentityServer OpenID Configuration description: Anonymous OpenID Connect discovery document. Grant types include authorization_code, client_credentials, password, refresh_token, implicit and device_code. Resource scopes include b2b.fnol.api, gofnol.api, b2b.fnol.documents, b2b.fnol.transformer, b2b.admin.api, estimatics.api, hqclaims.api, novo.claims.manager, novo.estimating, mobile.inspection.api, marketdata.web.api and vinhistory.api. - type: Standards url: https://www.cieca.com/ name: CIECA description: Audatex, a Solera company, is documented in its own Estimate Document Return API Integration Guide as a Corporate Technology member of the Collision Industry Electronic Commerce Association and licensed to use CIECA standards in its products, with BMS 5.7 as the schema baseline. No ACORD reference appears in any Solera public integration documentation reviewed. - type: APIReference url: https://api-prod.audatex.com/TestAssignmentapi/docs/index.html name: Audatex Swagger UI (production) description: 'Anonymously readable Swagger UI reference for every Audatex EAPI surface: /TestAssignmentapi, /TestClaimImageapi, /TestGICapi, /TestGetDocumentapi, /GetDocuments and /GetImage, on both api-prod.audatex.com and api-demo.audatex.com.' - type: Documentation url: https://na.api.solera.com/files/Estimate%20Return%20API.pdf name: Estimate Document Return API Integration Guide - type: Documentation url: https://na.api.solera.com/files/ClaimImage%20Return%20API.pdf name: Claim Image Document Return API Integration Guide - type: Documentation url: https://na.api.solera.com/files/GIC%20-%20Image%20Capture%20API.docx name: GIC Image Capture API Guide - type: WellKnown url: well-known/solera-well-known.yml name: Well-known discovery index description: OIDC discovery is the only /.well-known/ surface Solera or Audatex serve; security.txt, api-catalog, ai-plugin.json and oauth-authorization-server all 404 on every host probed. - type: OpenIDConnect url: well-known/solera-openid-configuration.json name: Audatex IdentityServer OIDC discovery (production, harvested verbatim) - type: Conformance url: conformance/solera-conformance.yml name: Standards conformance description: CIECA BMS 5.7 partial, OAuth 2.0/OIDC/PKCE/device-code/introspection yes, ACORD no, RFC 9457 no, security.txt no, AsyncAPI no. - type: ErrorCatalog url: errors/solera-problem-types.yml name: Error catalog description: Derived from the 4xx responses across all ten specs. No RFC 9457, no error body schema, no 404/429/5xx declared anywhere. - type: Lifecycle url: lifecycle/solera-lifecycle.yml name: Versioning, availability, maintenance and onboarding lifecycle - type: Conventions url: conventions/solera-conventions.yml name: Cross-cutting API conventions description: Auth style, versioning, correlation ids, error envelope, callback retry semantics, transport security. No idempotency key, no pagination, no rate-limit signalling are published. - type: Sandbox url: sandbox/solera-sandbox.yml name: Demo environment and published test identifiers - type: ChangeLog url: changelog/solera-changelog.yml name: Integration guide revision history description: Solera publishes no API changelog; the Revision History tables in the integration guides are the only dated change record, captured verbatim alongside the API versions currently served. - type: DataModel url: data-model/solera-data-model.yml name: Claims data model derived from the specs and data dictionaries - type: AsyncAPI url: asyncapi/solera-eapi-asyncapi.yml name: Solera / Audatex EAPI event callbacks (AsyncAPI 3.0.0, generated) description: Solera publishes no AsyncAPI. This is an API Evangelist generation from the callback data dictionaries and sample payloads in the integration guides. - type: Webhooks url: asyncapi/solera-webhooks.yml name: Callback / webhook catalog description: Per-assignment callback registration via responseRoute; Audatex.Event.EstimateComplete and the M31 mobile image-upload event; at-least-once with 3 retries and a reject queue; no signature header. - type: AgentSkill url: skills/_index.yml name: Agent skills for the Solera / Audatex claims integration - type: MCPServer url: mcp/solera-mcp.yml name: Candidate MCP tool surface description: No MCP server is published by Solera. This is a candidate tool list derived from the 26 harvested OpenAPI operations; any real deployment would be an in-tenant server, since credentials are provisioned per partner. - type: LLMsTxt url: llms/solera-llms.txt name: llms.txt for Solera (generated — www.solera.com/llms.txt returns 404) - type: Support url: https://www.solera.com/contact-us/ name: Contact Solera - type: HelpCenter url: https://www.mysupportgarage.com name: MySupportGarage self-service support description: 24/7 training and technical support portal named in the Audatex integration guides. US 1-800-669-4237, Canada 1-866-420-2048. - type: GettingStarted url: https://na.api.solera.com/files/Estimate%20Return%20API.pdf name: Getting Started (Estimate Document Return API Integration Guide, section 3) description: 'The only getting-started material Solera publishes: the 7-step onboarding sequence inside the integration guide. There is no getting-started page, because there is no developer portal.' - type: TermsOfService url: https://www.solera.com/us-canada-master-services-agreement/ name: US and Canada Master Services Agreement - type: TermsOfService url: https://www.solera.com/product-specific-terms/ name: Service Provider Specific Terms - type: PrivacyPolicy url: https://www.solera.com/privacy-policy/ name: Privacy Policy - type: Privacy url: https://www.solera.com/privacy-center/ name: Privacy Center - type: Legal url: https://www.solera.com/legal/ name: Legal - type: Policies url: https://www.solera.com/policies-downloads/ name: Policies and Downloads description: Code of Conduct (US and Rest of World) and Whistle Blower Policy. No security, compliance or certification document is published here. - type: News url: https://www.solera.com/news/ name: News - type: Solutions url: https://www.solera.com/solutions/ name: Solutions - type: Careers url: https://www.solera.com/careers/ name: Careers maintainers: - FN: Kin Lane email: kin@apievangelist.com