Skip to main content
GET
Get a Video Job

Authorizations

X-App-ID
string
header
required

Your Spatius App ID.

X-API-Key
string
header
required

The API key bound to the App ID.

Path Parameters

jobId
string<uuid>
required

Job ID returned by Create a Video.

Response

Job detail, with a fresh MP4 URL when available.

job
object
required

Account-owned job summary. Source URLs, storage keys, service credentials, and internal task identifiers are not returned.

videoUrl
string<uri>

Fresh signed MP4 download URL, returned only for succeeded, unexpired output. Download without App authentication headers. The current link lifetime is 15 minutes, capped by job.expiresAt.

videoUrlExpiresAt
string<date-time>

Effective download-link expiry. Omitted when videoUrl is absent.