v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Exports

Start the export again with minor changes of some of the original parameters, which are specified in the body of the api. Fields that are not given will be kept the same as the original job. Failed intervals are tried again, adding a suffix to the names of the generated mp4's to indicate they are created by a retry.

post/exports/{jobId}:copy

Path parameters

jobIdstring uuid required

ID of the export job.

Request body

retryStrategy'full' | 'failedIntervalsFully' | 'minimal' required

Strategy to use to decide what to export

  • full: export all files just as the original export
  • failedIntervalsFully: for each file that had a failed interval, retry the whole file
  • minimal: only retry the parts that failed

Response

Created

idstring uuid required

ID of the export job. This should be used with the jobs api to keep track of the state of the export job.

Example response

{
  "id": "cd66d697-5ce2-4b70-abc6-4b70b9361537"
}