Backend communication #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The backend expects jobs to be placed on a shared filesystem path as json files. The job ID is the file name with the .json suffix stripped.
Expected keys are:
txt
,vtt
,srt
,tsv
andjson
.user
, uploads coming from the play service should be taggedplay
.Example:
Completed jobs will provide (via the callback) a json object representing either successful or failed transcription.
Success notifications will contain the following keys:
Success
Failure notifications will contain the following keys:
Failure
Both types may also contain:
Example success notification with failed attempts: