Skip to content

koemei/koemei-api-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koemei php API client

  • Note : remember to set USERNAME and PASSWORD in the protected variables*

Usage : API.php <method> <accept> <path> [upload] [metadata]

Basic use case for generating captions

  1. Upload media file :

    API.php POST text/xml media test.mp3

or

API.php POST text/xml media "http://media_file_path"
  1. Start transcription :

    API.php POST text/xml media/{media_uid}/transcribe

  2. Get transcript/captions :

    API.php GET text/xml transcripts/{transcript_uuid}

For a more detailed documentation, please have a look at the API documentation

About

php client for Koemei API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages