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.
All calls require user authentication which is done by basic HTTP authentication with a user's Posterous email address and password.
URL
Fields
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.
URL
Fields
1234567
http://post.ly/abc123
http://sachin.posterous.com/sunday-brunch-in-san-francisco
<title>Sunday brunch in San Francisco</title>
true
URL
Fields
24766
111455
http://post.ly/3C
http://sachin.posterous.com/hello-world
<title>Breakfast in sf</title>
Response:
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="fail">
<err code="3001" msg="Invalid Posterous email or password" />
</rsp>