Submit an Idea or a tool Contact Us
CafePress Developers Network
Home Tools

Content API - Image

Back to Content API Overview
These APIs can be used to upload a Raster Image to CafePress. The Image formats supported are .jpg, .png and .gif.

Try our Sample Image Upload Application. (You will need an API Key to access this)

image.upload.cp

Signature
(All requests must be multipart POSTs in order to upload the files.)
http://upload.cafepress.com/image.upload.cp
Parameters
Required:    
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.
Response
The new Image ID generated for the uploaded Image.
<?xml version="1.0" ?> 
- <files>
  <id>15364118</id> 
  </files>
Errors
Standard Errors as described here
Example
Application Key:
User Token: Get it here by replacing your login,password and API Key in the URL
Image

Now check your image basket in your account at www.Cafepress.com. The New image should be there.


image.listCategories.cp

Signature
image.listCategories.cp
Parameters
None
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>
Errors
Standard Errors as described here
Example
http://api.cafepress.com/image.listCategories.cp
Signup to receive updates