Overview

The posting API lets you create new posts on Posterous. It is used with normal HTTP POST requests.

The media parameter can be an array of media. This includes images, audio, video, and common document formats.

This API is not yet frozen. Please let us know if you are using it.

Authentication

All calls require user authentication which is done by basic HTTP authentication with a user's Posterous email address and password.

Method

URL

Fields

Response
    
      
        1
        Sachin Agarwal's Posterous
        http://sachin.posterous.com
        false
        true
        true
        50
      
    
	

The response includes a list of all sites owned and authored by this user.

Method

URL

Fields

Response
    
      
        1234567
        http://post.ly/abc123
        http://sachin.posterous.com/sunday-brunch-in-san-francisco
        <title>Sunday brunch in San Francisco</title>
        true
      
    

	
Method

URL

Fields

Response
    
      
        24766
      
      
        111455
        http://post.ly/3C
        http://sachin.posterous.com/hello-world
        <title>Breakfast in sf</title>
      
    
	
Error

Response:

  <?xml version="1.0" encoding="UTF-8"?>
  <rsp stat="fail">
      <err code="3001" msg="Invalid Posterous email or password" />
  </rsp>
	

Additional info


Questions?   Reach us at help@posterous.com at anytime and we'll get right back to you ASAP!