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

The following API call finalizes a chunked upload.The ID is 'upload_key' returned by upload/link

Resource URL

/api/1.0/upload/finalize/<ID>

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

 

Example Request URL

Example Result

{
	"id": <uuid>,
	"parent_id": <uuid>
}

 

 

 

 

  • 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