Chunk Upload Media Complete
This endpoint completes the chunk upload and create the Media
info
This operation requires authentication
HTTP Request
POST /api/v2/media/upload/complete/
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
» type | body | string | false | Default to image or document based on file extension |
» upload_id | body | string | true | Id of the chunk uploaded file |
» md5 | body | string | true | MD5 hash of the original file for checksum proposal |
Enumerated Values
Parameter | Value | Description |
---|---|---|
» type | image | Image media type |
» type | doc | Document media type (only pdf documents are supported) |
» type | eimage | Other images related to contributes. eg. Images uploaded and inserted as <img> into the contribute text |