Skip to main content
POST
Retry download
Retry a failed download job. Use this endpoint to re-attempt a download that encountered an error during processing.
  • Use this endpoint to retry downloads that are in error status
  • Creates a new processing request with the same parameters
  • Returns immediately—use Get Download Status to track progress
  • Failed downloads may have encountered temporary issues (network, timeout)

Get Download Status

Check the current download status

Delete Download

Cancel a download job

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 retry initiated

success
boolean
Example:

true

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

"processing"

data
object