Skip to main content
POST
Create join/stitch job

Authorizations

Authorization
string
header
required

Bearer token authentication using API tokens for team-based access control.

You can generate your own API token at: https://app.nexrender.com/settings/api-tokens

Body

application/json

Configuration for creating a join/stitch job that combines multiple videos into one

assets
object[]
required

Ordered list of video or job assets to stitch together

Minimum array length: 1

A static video asset for the join/stitch operation

settings
object

Settings for the stitch/join operation

upload
object

Custom upload configuration (same as regular job creation)

webhook
object

Webhook configuration for job status notifications and callbacks

Response

Join job successfully created

Response after creating a job, includes children info for parent jobs

id
string
required

Unique job identifier

status
enum<string>
required

'queued' for regular jobs, 'pending' for parent jobs waiting on children

Available options:
queued,
pending
outputUrl
string
required

URL where the rendered output will be available

children
object[]

Child job details (only present for parent jobs with nested job assets)

missingFonts
string[]

List of fonts referenced in template but not found in team's font library