fupio

Fupio is the easiest way to share online Learn more »

Join Fupio
AboutTools & WidgetsAPIHelpPrivacyTerms

Fupio API

Fupio is driven by a small JSON API. Requests are POST (or GET) to /api/v1/:resource with a body of { action, payload }.

The main resources:

  • authsignup and login (returns a token).
  • wallpublic for any profile, stream, or search results; home for your aggregated timeline.
  • feedcreate, like, comment, and delete/restore your own posts and comments.
  • streamcreate, follow, unfollow, and list the streams you follow.

Public reads (auth and any public action) need no credentials; everything else takes a bearer token from login. Need higher limits or have a use case in mind? Get in touch.