Skip to main content

Client Tools

We have provided some basic client tools to get started with the Aimi Sync API.

Note these are minimum working examples and don't offer the full range of features, nor are they optimised with processes like parallel uploading of chunks (highly recommended). They are intended to get new users working with the API as quickly as possible.

Python

A simple, single file python Sync API client with no dependancies. Paste in a valid API token and start testing the individual endpoints or run the pipeline in one go to have a local video file synced with music and a voice-over using default settings.

Python Demo Client

Bash

Run a simple pipeline from the terminal using a curl-based bash script. Paste in a valid API token and pass a video filepath as the sole arguement.

Bash (curl) demo client