Hi There,
Once a file is uploaded to the BOTR server via the API, I assume it enters a queue for processing. When the processing is complete, is there any type of message or response we can get from your server that can notifies the application code? Is it necessary to actively poll the status of the BOTR servers in an application in order to know the status of the files progression? Does it, for example, send an email out?
For my needs, it would be useful to upload the file, and along with the file send a url to a script that gets called when the file is complete. Is that possible with the API?
Thanks for your time and help!
The is no outgoing messaging when a video completes, you would need to poll with e.g. a /videos/show call. Please choose a responsible interval when doing this in order to avoid hammering our API (like once per minute).