Skip to main content

Buena.ai API v2

Project description

buena-sdk

The most powerful LinkedIn automation and lead management API for modern sales teams and developers.

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

  • API version: 2.0.0
  • Package version: 1.0.0
  • Generator version: 7.14.0
  • 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 buena_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 buena_sdk

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import buena_sdk
from buena_sdk.rest import ApiException
from pprint import pprint

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

# 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 (JWT): BearerAuth
configuration = buena_sdk.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with buena_sdk.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = buena_sdk.DefaultApi(api_client)
    create_api_key_request = buena_sdk.CreateApiKeyRequest() # CreateApiKeyRequest | 

    try:
        # Create API Key
        api_response = api_instance.create_api_key(create_api_key_request)
        print("The response of DefaultApi->create_api_key:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->create_api_key: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.buena.ai/api/v2

Class Method HTTP request Description
DefaultApi create_api_key POST /keys Create API Key
DefaultApi create_lead POST /leads Create Lead
DefaultApi create_voice_clone POST /voice-clones Create Voice Clone
DefaultApi delete_voice_clone DELETE /voice-clones/{voiceId} Delete Voice Clone
DefaultApi generate_voice_preview POST /voice-clones/preview Generate Voice Preview
DefaultApi health_check GET /health Health Check
DefaultApi list_api_keys GET /keys List API Keys
DefaultApi list_leads GET /leads List Leads
DefaultApi list_voice_clones GET /voice-clones List Voice Clones
DefaultApi update_voice_clone PUT /voice-clones/{voiceId} Update Voice Clone

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BearerAuth

  • Type: Bearer authentication (JWT)

Author

support@buena.ai

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

buena_sdk-1.0.5.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

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

buena_sdk-1.0.5-py3-none-any.whl (50.3 kB view details)

Uploaded Python 3

File details

Details for the file buena_sdk-1.0.5.tar.gz.

File metadata

  • Download URL: buena_sdk-1.0.5.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for buena_sdk-1.0.5.tar.gz
Algorithm Hash digest
SHA256 8b2c1ee7ff00902b2ffa0a2e90b1acefd0f7ede6d0dc6ef3d2189029646bc9b6
MD5 955b393636300298a36acf81a4e756cb
BLAKE2b-256 9e67836835776cacdf6a49c7094baf323591dfe3bd486e8e0f8e9e65c7af652c

See more details on using hashes here.

File details

Details for the file buena_sdk-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: buena_sdk-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 50.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for buena_sdk-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1797543857a428d1f8d3660508a4591a4fd86991670e828cb054e9b2e0538130
MD5 4f76928958b47fa7bd455e10ed294544
BLAKE2b-256 fed0866c22854f5444e44065b20269d269b8a66a5e5fb960b8e10ed02d437102

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