File API
Retry failed files
POST
/
v1
/
files
/
retry
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
file_ids
string[]
requiredThe unique identifier of the files to be retried.
Response
200 - application/json
success
boolean
Indicates whether the retry operation was successful.