Skip to main content

A client for interacting with the DynaSpark API

Project description

DynaSpark API

Currently only Python package is available.

A Python client for interacting with the DynaSpark API.

Installation

You can install the package via pip:

pip install dynaspark

Usage

#Example Code
from dynaspark import DynaSpark

# Initialize the DynaSpark API client
client = DynaSpark(api_key="your_api_key_here")

# Generate a response
response = client.generate_response(user_input="Hello!")
print(response)

# Generate an image
image_url = client.generate_image(prompt="A majestic lion with a flowing mane, standing on a rocky cliff overlooking a sunset.")
print(image_url)

Free API KEY

TH3_API_KEY

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

dynaspark-1.1.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

dynaspark-1.1.1-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

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