Skip to main content

Create

The Create activity is used to create new Note or Page objects.

Reference
ActivityCreate
ObjectNote or Page

Example

In this example, bob creates new content in rust magazine and sends a message to its followers.

{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"ostatus": "http://ostatus.org#",
"sensitive": "as:sensitive",
"votersCount": "toot:votersCount"
}
],
"id": "https://lab.kbin.pub/m/rust/p/95109",
"type": "Create",
"actor": "https://lab.kbin.pub/u/bob",
"published": "2023-04-12T06:09:01+00:00",
"to": [
"https://lab.kbin.pub/m/rust",
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": ["https://lab.kbin.pub/u/bob/followers"],
"object": {}
}