Skip to content

Sideko-Inc/roark_analytics_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roark Analytics API Python SDK

Overview

The Roark Analytics API gives you access to the same API that powers the award winning Roark Analytics platform.

Synchronous Client

from os import getenv
from roark_analytics import Client

client = Client(bearer_token=getenv("API_TOKEN"))

Asynchronous Client

from os import getenv
from roark_analytics import AsyncClient

client = AsyncClient(bearer_token=getenv("API_TOKEN"))

Module Documentation and Snippets

  • create - Create a call analysis job
  • retrieve - Get call analysis job

About

Roark Voice AI Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages