v2

latestOpenAPI 3.0.12026-08-074878134.7 KB
Beta

Start a track versions generation job

This endpoint allows you to start a job to generate edited versions of a track. The job will be processed asynchronously and you can check the status using the GET /tracks/versions/{jobId} endpoint. Note that the url expires in 24 hours.

Duration limits:

  • The duration must be between 1 second and 5 minutes.
  • Longer durations result in increased processing time, as latency scales with the desired duration.
post/v0/tracks/versions

Request body

durationMsinteger required
trackIdstring uuid required

Response

Track edit job response

status'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED'
messagestring
jobIdstring uuid