Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

The following API group provides a possibility to upload files.

There are two types of uploads: multipart and chunked.

Multipart upload uses a standard HTTP content type format of multipart/form-data.

Chunked uploads are performed using 'Range' headers. The chunked upload requires explicit finalize action.

The response of file content POST call contains ID of the uploaded file.

 MultipartChunked
Upload formatmultipart/form-databinary, with Range HTTP headers
Max file size2 GBVirtually unlimited (max chunk size is 2 GB)
FinalizationNot neededRequired

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix APIs v1.0 QA1