FAQ/API Documentation/Media Resources

Upload Chunk Complete

Lockerz Admin
posted this on December 20, 2010 10:54 am

Use this call to complete the process of uploading a photo in chunks.

URL

<API_Endpoint>/uploadchunkcomplete

HTTP Method

POST

Formats

XML, JSON

Authenticated

Yes

Input

N/A

Contents

N/A

Output

TweetPhotoResponse

Parameters

TPTXID, MimeType (required), Message, Tags, AlbumId, IsProfileImage, Rotate

Error Codes

N/A

Notes

N/A

Example

curl -X POST http://api.plixi.com/api/tpapi.svc/uploadchunkcomplete -u mlinenweber+26@gmail.com:password -H "TPSERVICE:Plixi" -H "TPTXID:23a9d07d-4fd1-08cd-b400-000000000000" -H "TPAPIKEY:4C49020A-2462-496E-BF61-2F305A7A076E" -H "TPMIMETYPE:image/jpg"

 
Topic is closed for comments