ApiResponse<ConfidentifyAccount> |
AccountsApi.accountByIdGetWithHttpInfo(String accountId) |
Get account information
|
ApiResponse<AuthResponse> |
AuthApi.authPostWithHttpInfo(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
ApiResponse<Void> |
DatasetsApi.datasetByIdDeleteWithHttpInfo(String id) |
Delete dataset
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdGetWithHttpInfo(String id) |
Get dataset information
|
ApiResponse<DatasetListResponse> |
DatasetsApi.datasetsGetWithHttpInfo() |
Get available datasets
|
ApiResponse<DatasetCreateResponse> |
DatasetsApi.datasetsPostWithHttpInfo(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
ApiResponse<EmailResponse> |
ProcessApi.emailPostWithHttpInfo(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
ApiResponse<IdentifyResponse> |
ProcessApi.identifyPostWithHttpInfo(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
ApiResponse<Void> |
DatasetsApi.ingestDocumentsPostWithHttpInfo(String id,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
ApiResponse<IngestFileResponse> |
DatasetsApi.ingestFilePostWithHttpInfo(String id,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
ApiResponse<Void> |
MatchingApi.matchPersonPostWithHttpInfo() |
Search for matching person records in one or more datasets.
|
ApiResponse<OrganizationNameResponse> |
ProcessApi.organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
ApiResponse<PersonNameResponse> |
ProcessApi.personNamePostWithHttpInfo(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
ApiResponse<PhoneResponse> |
ProcessApi.phonePostWithHttpInfo(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
ApiResponse<Void> |
DatasetsApi.recordsPostWithHttpInfo(String id,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
ApiResponse<ConfidentifyUser> |
AccountsApi.userByIdGetWithHttpInfo(String accountId,
String username) |
Get user information
|