Skip to main content

fraudapi

Project description

cloudmersive_fraud_detection_api_client

Easily and directly scan and block fraudulent security threats in input.

This Python package provides a native API client for Cloudmersive Fraud Detection API

  • API version: v1
  • Package version: 3.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import cloudmersive_fraud_detection_api_client 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import cloudmersive_fraud_detection_api_client

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import cloudmersive_fraud_detection_api_client
from cloudmersive_fraud_detection_api_client.rest import ApiException
from pprint import pprint

# Configure API key authorization: Apikey
configuration = cloudmersive_fraud_detection_api_client.Configuration()
configuration.api_key['Apikey'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['Apikey'] = 'Bearer'

# create an instance of the API class
api_instance = cloudmersive_fraud_detection_api_client.FraudDetectionApi(cloudmersive_fraud_detection_api_client.ApiClient(configuration))
input_file = '/path/to/file.txt' # file | Input document, or photos of a document, to perform fraud detection on (optional)

try:
    # AI Fraud Detection for Documents
    api_response = api_instance.document_detect_fraud(input_file=input_file)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling FraudDetectionApi->document_detect_fraud: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://localhost

Class Method HTTP request Description
FraudDetectionApi document_detect_fraud POST /fraud-ai/detection/document AI Fraud Detection for Documents
FraudDetectionApi document_detect_fraud_advanced POST /fraud-ai/detection/document/advanced Advanced AI Fraud Detection for Documents

Documentation For Models

Documentation For Authorization

Apikey

  • Type: API key
  • API key parameter name: Apikey
  • Location: HTTP header

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

File details

Details for the file cloudmersive_fraud_detection_api_client-3.0.0.tar.gz.

File metadata

File hashes

Hashes for cloudmersive_fraud_detection_api_client-3.0.0.tar.gz
Algorithm Hash digest
SHA256 adc4eeac1dc1e118166a3055a1775824e0d372c9fb4a3fdfe1b1a036e603d24a
MD5 2a75c7cd6e4328a22c9590aa10e83d09
BLAKE2b-256 d969167a7cb65c8fa61ecb1646c63abd5420828fb1b95f91a51a1814ffc5e053

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page