ApiLux

Download video

Download the MP4 of a completed job. The file is streamed through ApiLux, so your ApiLux API key is all you need.

ImplementedAvailability depends on the selected model being enabled and priced in ApiLux.

Request

GET/videos/generations/{jobId}/content

Requires the Authorization: Bearer apl_... header

FieldTypeDescription
jobIdrequiredstring (path)A job ID in the completed state.

Response

FieldTypeDescription
(binary)requiredvideo/mp4The MP4 file contents.

Billing

Free. You were charged at job creation.

Examples

cURL
curl https://apilux.net/api/v1/videos/generations/vidjob_YOUR_JOB_ID/content \
  -H "Authorization: Bearer apl_YOUR_API_KEY" \
  -o video.mp4

Errors

HTTPCodeMeaning
401auth_missing_or_malformedMissing Authorization header, or it is not in the Bearer apl_... form.
401auth_invalidThe API key does not exist.
401auth_revokedThe API key has been revoked.
401auth_expiredThe API key has expired.
400invalid_requestThe job is not completed yet, so there is no file.
404not_foundThe job does not exist or is not yours.

Notes

ApiLux does not promise permanent video storage. Download the file soon after the job completes.