Try our Sample Image Upload Application. (You will need an API Key to access this) image.upload.cpSignature(All requests must be multipart POSTs in order to upload the files.)http://upload.cafepress.com/image.upload.cp ParametersRequired: userToken - a valid user authentication token. appKey - an application key. cpfile[1...n] - Any number of files can be sent with the request. They must be named cpfile[1], cpfile[2],... Duplicate names are not accepted. Optional: category - (string)Category folderName - (string)the folder where you want to upload the image. tags - (string) comma seperated list of tags. ResponseThe new Image ID generated for the uploaded Image.<?xml version="1.0" ?> - <files> <id>15364118</id> </files> ErrorsStandard Errors as described hereExampleNow check your image basket in your account at www.Cafepress.com. The New image should be there. image.listCategories.cpSignatureimage.listCategories.cp ParametersNone Response<?xml version="1.0" ?> - <dictionary> <entry key="military">Military</entry> <entry key="kids">Baby / Kids / Family</entry> <entry key="religion">Religion / Beliefs</entry> <entry key="humor">Humor</entry> <entry key="hobbies">Hobbies</entry> <entry key="gblt">Gay / Lesbian / Bi / Transgender</entry> <entry key="geek">Geeks / Technology</entry> <entry key="sex">Sex / Relationships</entry> <entry key="politics">Politics / Government</entry> <entry key="animals">Animals / Wildlife</entry> <entry key="entertainment">Entertainment / Pop Culture</entry> <entry key="events">Current Events</entry> <entry key="scifi">Fantasy / Science Fiction</entry> <entry key="holidays">Holidays / Occasions</entry> <entry key="comics">Comics / Animation</entry> <entry key="sports">Sports</entry> <entry key="music">Music</entry> <entry key="art">Art / Photography</entry> <entry key="health">Health</entry> <entry key="pets">Pets</entry> <entry key="education">Education / Occupations</entry> <entry key="place">Countries / Regions / Cities</entry> </dictionary> ErrorsStandard Errors as described hereExamplehttp://api.cafepress.com/image.listCategories.cp |