Skip to main content
string
required
The API key for your account. You can find this in your account settings.
Chunked Complete seals an upload opened with Chunked Init: the stored parts are assembled into the final object, which becomes available at its public URL. You send no ETags and no part list, only the upload token; the part list is read back from storage, which is already the authority on which parts landed. Two failure modes deliberately leave the upload open so you can fix the problem and retry the PATCH instead of re-uploading up to 1 GiB: STORAGE_QUOTA_EXCEEDED (free space, then retry) and CHUNK_TOO_SMALL (re-send the offending parts, then retry). FILE_TOO_SMALL and FILE_TOO_LARGE abort the upload instead. The rate limit is 5 completions per 10 seconds, so several parallel uploads can finish at the same time.
string
required
The opaque upload token returned by Chunked Init.

Response

string
Indicates whether the call was successful. “success” if successful, “error” if not.
object

Troubleshooting