Skip to content

CastingWordsLLC/castingwords-api-php-client

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ex
 
 
lib
 
 
 
 
 
 

CastingWords Transcription API

PHP Client

Example:

 $ php -a
 Interactive shell
 php > set_include_path('./lib/');
 php > require 'CastingWordsAPI.php';
 >>> $cw = new CastingWordsAPI("123456789asdfghjkl0987654321");
 >>> $cw->test  = 1;  // set test mode
 >>> echo $cw->prepay_balance()."\n";
 1001.00
 >>> print_r( $cw->order_url("http://example.com/media.mp3", "TRANS14"));
 Array
 (
     [audiofiles] => Array
        (
           [0] => 165131
        )

      [order] => 4nX
      [message] => Order '4nX' Created
)

Run Example:

$   php ex/example.php $MY_API_KEY;

See Also:

About

PHP API Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages