Skip to main content

Sentience API

Project description

sentience_sdk

API Gateway for Sentience Platform - Web Content Extraction and Element Coordinate Mapping

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 0.2.2
  • Generator version: 7.18.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

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 sentience_sdk

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 sentience_sdk

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import sentience_sdk
from sentience_sdk.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.sentienceapi.com
# See configuration.py for a list of all supported configuration parameters.
configuration = sentience_sdk.Configuration(
    host = "https://api.sentienceapi.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (API Key): apiKeyAuth
configuration = sentience_sdk.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with sentience_sdk.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = sentience_sdk.SentienceObservationApi(api_client)
    authorization = 'Bearer sk_live_51Mz...' # str | Sentience API Key. Format: 'Bearer <API_KEY>'
    sentience_observe_request = sentience_sdk.SentienceObserveRequest() # SentienceObserveRequest | 

    try:
        # Observe and extract web content or element coordinates
        api_response = api_instance.observe(authorization, sentience_observe_request)
        print("The response of SentienceObservationApi->observe:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling SentienceObservationApi->observe: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.sentienceapi.com

Class Method HTTP request Description
SentienceObservationApi observe POST /v1/observe Observe and extract web content or element coordinates

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

apiKeyAuth

  • Type: Bearer authentication (API Key)

Author

support@sentienceapi.com

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

sentience_sdk-0.2.2.tar.gz (36.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sentience_sdk-0.2.2-py3-none-any.whl (59.5 kB view details)

Uploaded Python 3

File details

Details for the file sentience_sdk-0.2.2.tar.gz.

File metadata

  • Download URL: sentience_sdk-0.2.2.tar.gz
  • Upload date:
  • Size: 36.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for sentience_sdk-0.2.2.tar.gz
Algorithm Hash digest
SHA256 3795264dac211639a449a5c6188afdcbc2c2fd66ede29950cbe1f37f5a551478
MD5 0446cfd45ae9ad3b930afe0b9711ea85
BLAKE2b-256 4e59c75d4cd7d381d3fe43495a17759ddc56da0b2a3652577d25be4dc69adaba

See more details on using hashes here.

File details

Details for the file sentience_sdk-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: sentience_sdk-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 59.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for sentience_sdk-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b0982926b83ceca5e97283e39db6b0399191528045e28ce7d6aeb2bcdb90031e
MD5 dce06b8b96d80f963baf2ffd04a66129
BLAKE2b-256 2e80b9ccb1e175853d3031305819ae074af7e5873c2c1c5d6bb215d7fb25ebbe

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