Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jalgos/gaard-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaard API documentation

The API documentation is based on OpenAPI 3.0.0.

Work with API

To work with API you need API_KEY. Please contact us [email protected] to have access.

The classification uses analyse_id parameter that should be a unique number for each request. You can use a continuously growing counter.

Use scripts

Classification API is asynchronous. The general flow is to send video to classification and receive the result by calling /result endpoint or using webhook

Clone repository

git clone [email protected]:jalgos/gaard-api-docs.git
cd gaard-api-docs

Add API_KEY to environment variables

export API_KEY="YOUR API KEY"

Post video

Usage

bin/post-video [video_path] [analyse_id] [metadata_path]

Examples

bin/post-video
bin/post-video bin/video.mov
bin/post-video bin/video.mov 1254448
bin/post-video bin/video.mov 1254448 bin/metadata.json

Get results

Usage

bin/get-result analyse_id

Example

bin/get-result 1254448

Get original video

Usage

bin/get-original-video filename

Example

bin/get-original-video video.mov

Get Highlighted video

Usage

bin/get-highlighted-video filename

Example

bin/get-highlighted-video video.mov

Licenses

An example bin/video.mov is a part of The VIRAT Video Dataset

About

Ukpik API documentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages