Skip to content

Repository files navigation

audioshake

AudioShake API

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen For more information, please visit https://audioshake.ai

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:

importaudioshake

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:

importaudioshake

Getting Started

Please follow the installation procedure and then run the following:

from __future__ importprint_functionimporttimeimportaudioshakefromaudioshake.restimportApiExceptionfrompprintimportpprint# create the configurationconfiguration=audioshake.Configuration()
configuration.access_token="YOUR_BEARER_TOKEN"# create an instance of the API classapi_instance=audioshake.JobApi(audioshake.ApiClient(configuration))
id='id_example'# str |try:
# Get a job given an Id.api_response=api_instance.job_id_get(id)
pprint(api_response)
exceptApiExceptionase:
print("Exception when calling JobApi->job_id_get: %s\n"%e)
# create an instance of the API classapi_instance=audioshake.JobApi(audioshake.ApiClient(configuration))
body=audioshake.JobBody() # JobBody | (optional)try:
# Create a new job.api_response=api_instance.job_post(body=body)
pprint(api_response)
exceptApiExceptionase:
print("Exception when calling JobApi->job_post: %s\n"%e)

Documentation for API Endpoints

All URIs are relative to https://groovy.audioshake.ai

ClassMethodHTTP requestDescription
JobApijob_id_getGET /job/{id}Get a job given an Id.
JobApijob_postPOST /job/Create a new job.
UploadApiupload_audio_link_postPOST /upload/audio-linkCreate a new asset from a file link.
UploadApiupload_link_postPOST /upload/linkCreate a new asset from a file link.
UploadApiupload_postPOST /upload/Create a new asset.

Documentation For Models

Documentation For Authorization

token

Author

About

AudioShake API - Python

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages