Documentation Index
Fetch the complete documentation index at: https://developer.karmacheck.com/llms.txt
Use this file to discover all available pages before exploring further.
December 19, 2025
- Added support for Intelligent Document Processing with the new
service-intelligent-document-processservice. See the Document processing flow guide for more detail.
August 7, 2025
- Added support for order data
CaseOrderDataOHSServiceSubstitutions. This new type can be optionally supplied onPOST /case/createandPOST /case/id/{caseId}/add/services.
July 17, 2025
- Added the
POST /case/data/id/{caseDataId}/search/id/{searchId}/cancelendpoint to cancel individual case data search records. - Updated
DetailsEmploymentandDetailsEducationto include asearchIdfield.
June 23, 2025
- Added an optional
fileFormatproperty toDocumentCreateRecords. This allows the property to be supplied onPOST /document/secure/create.
June 5, 2025
- Added support to search the verification book via
POST /vbook/search.
June 2, 2025
- Added an optional
secureDocumentIdsproperty toCaseOrderDataEmployment,CaseOrderDataEducation, andCaseOrderDataCPLC. This allows the property to be supplied onPOST /case/createandPOST /case/id/{caseId}/add/services.
November 21, 2024
- Validation added to name fields for create case, aliases, and update candidate info endpoints. These fields are now restricted to only letters, numbers and the following special characters: Hyphen (
-), Apostrophe ('), Comma (,), Period (.), and Underscore (_). This applies toCreateCaseandCaseOrderDataAlias.
November 19, 2024
- Added an optional
staffingAgencyproperty (100 character max) toCaseOrderDataEmployment,TestimonyEmployment, andTestimonyEmploymentCreate. This allows this property to be supplied onPOST /case/create,POST /case/id/{caseId}/add/services,POST /testimony/create/case/id/{caseId}, andPUT /testimony/id/{testimonyId}/update/case/id/{caseId}.
August 19, 2024
- Added the
jurisdictionsarray to county criminal search details in the response ofGET /case/id/{caseId}/data/{serviceTypeId}.
August 5, 2024
- Added support for shipment order data to
POST /case/createandPOST /case/id/{caseId}/add/services. - Added the
GET /shipment/mask/listendpoint to retrieve a list of masks for shipment.
June 25, 2024
- Added the
GET /company/user/listendpoint to retrieve users by groups within a company.
May 29, 2024
- Added support for Professional License and Certification order data to
POST /case/create(customer-provided PII) andPOST /case/id/{caseId}/add/services.
March 4, 2024
- Added
statusIdto each individual record within employment verification details and education verification details inGET /case/id/{caseId}/data/{serviceTypeId}. - Added endpoints to request and acknowledge custom dynamic disclosures.