Skip to content

Code sample to demonstrate the use of the file upload API

License

Notifications You must be signed in to change notification settings

tind/file-upload-api-examples

Repository files navigation

QuickStart guide

  1. Install the required packages from the requirement.txt file.

  2. Update the parameters "SITE_URL", "API_KEY", "CALLBACK_EMAIL" and "APPEND_METADATA" in upload_multiple_files_to_record.py.

  3. Run python upload_multiple_files_to_record.py to start the sample script.