phenomena | Update
Jan 16, 2026
We add supports local actor types
Person, Application, and Service, along with Note, Article, and Image
objects and basic activity types (Create, Update, Delete, Follow, Undo,
Like, Announce).
ActivityPub endpoints
POST /oauth/tokenGET /.well-known/webfingerGET /.well-known/nodeinfoGET /nodeinfo/2.0GET /users/:usernameGET /users/:username/outboxPOST /users/:username/outboxPOST /users/:username/mediaPOST /users/:username/inboxPOST /inboxGET /users/:username/followersGET /users/:username/followingGET /objects/:idGET /activities/:id
C2S example
Outbox image upload
Media upload example
Use the returned url and mediaType when creating an Image object in the outbox.
Collection pagination
Outbox, followers, and following collections return an OrderedCollection with first
and last links by default. Add ?page=1 (or ?page=true) to receive an
OrderedCollectionPage response.