Skip to main content
GET
Get download status/details
Check the status of a specific download job and retrieve the final download URL when ready. Poll this endpoint to track progress.
  • Status values: processing (in progress), done (ready to download), error (failed)
  • Download URLs are only available when status is done
  • URLs expire 24 hours after generation—regenerate if needed
  • Includes metadata: creation time, filename, completion status

Create Download

Start a new download job

Update Download

Retry a failed download

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

download_id
string
required
Example:

"download-12345"

Response

200 - application/json

Download status

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object