Skip to main content
GET
string
required
The API key for your account. You can find this in your account settings.
Chunked Status lists the parts of an open upload that are already stored. Use it to resume after a crash, a lost connection or a page reload: send only the missing parts with Chunked Part, then call Chunked Complete. Requires the blob:write scope. If you lost the upload token as well, Open Uploads lists every open upload of the account with its token.
string
required
The upload token returned by Chunked Init.

Rate limits

10 requests per 10 seconds (RATE_LIMITED, 429). Use it to resume an upload, not to poll progress: your client already knows which parts it sent.

Response

string
“success” if successful, “error” if not.
object

Errors