Skip to content

AttachmentsΒΆ

In the support table:

  • "βœ…" means at least one attachment,
  • "-" means parsed
  • "❌" means failed to parse

For more on image attachments see Image Description and Image Attachments.

ExamplesΒΆ

Example 1ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/1HN8wcg-W_Y",
  "published": "2025-12-08T12:05:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/nMZiFcgMKbI",
    "published": "2025-12-08T12:05:50Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ]
  }
}
misskey
{
  "id": "ag0o60q8gsyv009d",
  "createdAt": "2025-12-08T12:05:50.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Image",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0mt3ttgsyv001u"
  ],
  "files": [
    {
      "id": "ag0mt3ttgsyv001u",
      "createdAt": "2025-12-08T11:27:47.873Z",
      "name": "cow.jpg",
      "type": "image/jpeg",
      "md5": "79665fe8c07445157afebd1543f36b71",
      "size": 0,
      "isSensitive": false,
      "blurhash": "ejK^]TI9_3t6NG_4%gRkV[of%hWCIUt7jEo#V@aJbHofazadjYWVkD",
      "properties": {
        "width": 200,
        "height": 164
      },
      "url": "http://misskey/files/webpublic-48eca195-222a-4ceb-bacb-c172dbb01d02",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fassets%2Fcow.jpg&static=1",
      "comment": "A beautiful cow",
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/nMZiFcgMKbI",
  "clippedCount": 0
}

Example 2ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/lbPwF1odXUQ",
  "published": "2025-12-08T12:05:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/tjqnfPkBdhQ",
    "published": "2025-12-08T12:05:51Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ]
  }
}
misskey
{
  "id": "ag0o61i0gsyv009e",
  "createdAt": "2025-12-08T12:05:51.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Video",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0mt4abgsyv001w"
  ],
  "files": [
    {
      "id": "ag0mt4abgsyv001w",
      "createdAt": "2025-12-08T11:27:48.467Z",
      "name": "cow_eating.mp4",
      "type": "video/mp4",
      "md5": "19e0d3ecdd0230ed857c9c88dd247012",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://misskey/files/webpublic-acf759cd-f32b-4030-afb9-3aee636ac4de",
      "thumbnailUrl": null,
      "comment": "A beautiful cow eating",
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/tjqnfPkBdhQ",
  "clippedCount": 0
}

Example 3ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/wLuLyhxQYmc",
  "published": "2025-12-08T12:05:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/q0Rhu6-QeG8",
    "published": "2025-12-08T12:05:51Z",
    "content": "Audio",
    "attachment": [
      {
        "type": "Audio",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ]
  }
}
misskey
{
  "id": "ag0o61i0gsyv009f",
  "createdAt": "2025-12-08T12:05:51.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Audio",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0mt4mtgsyv001y"
  ],
  "files": [
    {
      "id": "ag0mt4mtgsyv001y",
      "createdAt": "2025-12-08T11:27:48.917Z",
      "name": "cow_moo.mp3",
      "type": "audio/mpeg",
      "md5": "af0b1c1fdd1e74cb559072d725f7de31",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://misskey/files/webpublic-fabcbb34-b185-469b-9290-0fcd31f8cdc6",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fassets%2Fcow_moo.mp3&static=1",
      "comment": "A cow mooing",
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/q0Rhu6-QeG8",
  "clippedCount": 0
}

Example 4ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/J2XmEWWZ1cY",
  "published": "2025-12-08T12:05:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/FvDYLRpLjGg",
    "published": "2025-12-08T12:05:52Z",
    "content": "Audio as Document",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ]
  }
}
misskey
{
  "id": "ag0o629sgsyv009g",
  "createdAt": "2025-12-08T12:05:52.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Audio as Document",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0mt4mtgsyv001y"
  ],
  "files": [
    {
      "id": "ag0mt4mtgsyv001y",
      "createdAt": "2025-12-08T11:27:48.917Z",
      "name": "cow_moo.mp3",
      "type": "audio/mpeg",
      "md5": "af0b1c1fdd1e74cb559072d725f7de31",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://misskey/files/webpublic-fabcbb34-b185-469b-9290-0fcd31f8cdc6",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fassets%2Fcow_moo.mp3&static=1",
      "comment": "A cow mooing",
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/FvDYLRpLjGg",
  "clippedCount": 0
}

Example 5ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/FnBJHMf3VEk",
  "published": "2025-12-08T12:05:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/rziuofDNvZ8",
    "published": "2025-12-08T12:05:52Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
misskey
{
  "id": "ag0o629sgsyv009h",
  "createdAt": "2025-12-08T12:05:52.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Link",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/rziuofDNvZ8",
  "clippedCount": 0
}

Example 6ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/Yiz5Lu8uMuw",
  "published": "2025-12-08T12:05:53Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/O4DcmH_QdmA",
    "published": "2025-12-08T12:05:53Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
misskey
{
  "id": "ag0o631kgsyv009i",
  "createdAt": "2025-12-08T12:05:53.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Payment Link, see FEP-0ea0",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/O4DcmH_QdmA",
  "clippedCount": 0
}

Example 7ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/HpkqiDPrIg0",
  "published": "2025-12-08T12:05:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/Qffr38ZXB-Y",
    "published": "2025-12-08T12:05:54Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "ag0o63tcgsyv009k",
  "createdAt": "2025-12-08T12:05:54.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Text document",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0o63v9gsyv009j"
  ],
  "files": [
    {
      "id": "ag0o63v9gsyv009j",
      "createdAt": "2025-12-08T12:05:54.069Z",
      "name": "sample.txt",
      "type": "text/plain",
      "md5": "b1a04be5bd796eaa46782e36510f2b46",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://misskey/files/webpublic-e97e9694-da5d-4a84-aced-a0454adc5191",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fassets%2Fsample.txt&static=1",
      "comment": "text document",
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Qffr38ZXB-Y",
  "clippedCount": 0
}

Example 8ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/RB-TZNH5gTM",
  "published": "2025-12-08T12:05:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/FzGA2kwwn2I",
    "published": "2025-12-08T12:05:54Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "ag0o63tcgsyv009l",
  "createdAt": "2025-12-08T12:05:54.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Text document, href instead of url",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/FzGA2kwwn2I",
  "clippedCount": 0
}

Example 9ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/r5RnqMjUlqo",
  "published": "2025-12-08T12:05:55Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/4FSILJ9saZM",
    "published": "2025-12-08T12:05:55Z",
    "content": "attached note",
    "attachment": {
      "type": "Note",
      "attributedTo": "http://pasture-one-actor/actor",
      "name": "attached note",
      "content": "This is just a note",
      "published": "2024-03-06T07:23:56Z"
    }
  }
}
misskey
{
  "id": "ag0o64l4gsyv009m",
  "createdAt": "2025-12-08T12:05:55.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "attached note",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/4FSILJ9saZM",
  "clippedCount": 0
}

Example 10ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/K9s5DjZmSu8",
  "published": "2025-12-08T12:05:55Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/_DruiDxqtq4",
    "published": "2025-12-08T12:05:55Z",
    "content": "Recipe",
    "attachment": {
      "@context": "https://schema.org/docs/jsonldcontext.jsonld",
      "@type": "Recipe",
      "name": "Peanut Butter and Jelly Sandwich",
      "recipeIngredient": [
        "Bread",
        "Peanut Butter",
        "Raspberry Jam",
        "Coffee (optional)"
      ],
      "recipeCategory": "Breakfast",
      "recipeInstructions": [
        {
          "@type": "HowToStep",
          "text": "Take a slice of bread and put it on a plate"
        },
        {
          "@type": "HowToStep",
          "text": "Spread peanut butter on the bread"
        },
        {
          "@type": "HowToStep",
          "text": "Spread raspberry jam on top of the peanut butter"
        },
        {
          "@type": "HowToStep",
          "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
        },
        {
          "@type": "HowToStep",
          "text": "Check if you are still hungry, if yes a repeat step 1"
        }
      ]
    }
  }
}
misskey
{
  "id": "ag0o64l4gsyv009n",
  "createdAt": "2025-12-08T12:05:55.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "Recipe",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [],
  "files": [],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/_DruiDxqtq4",
  "clippedCount": 0
}

Example 11ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ag0mqqelszbk0003"
  ],
  "id": "http://pasture-one-actor/activity/FSLw0RUY3c8",
  "published": "2025-12-08T12:05:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ag0mqqelszbk0003"
    ],
    "id": "http://pasture-one-actor/object/OK9DAzB-GFo",
    "published": "2025-12-08T12:05:56Z",
    "content": "10 images",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/101.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/102.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/103.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/104.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/105.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/106.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/107.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/108.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/109.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/1010.png"
      }
    ]
  }
}
misskey
{
  "id": "ag0o65cwgsyv009y",
  "createdAt": "2025-12-08T12:05:56.000Z",
  "userId": "ag0msgbpgsyv0003",
  "user": {
    "id": "ag0msgbpgsyv0003",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture-one-actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "10 images",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ag0o65nagsyv009o",
    "ag0o65opgsyv009p",
    "ag0o65q2gsyv009q",
    "ag0o65rggsyv009r",
    "ag0o65srgsyv009s",
    "ag0o65u6gsyv009t",
    "ag0o65vjgsyv009u",
    "ag0o65wugsyv009v",
    "ag0o65ydgsyv009w",
    "ag0o65zpgsyv009x"
  ],
  "files": [
    {
      "id": "ag0o65nagsyv009o",
      "createdAt": "2025-12-08T12:05:56.374Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "aa4744616b2c095ba7c0ab970752d083",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3RCKD~ifQ~ifQ~ij@fQj@fQfQfQfQfQfQ~ij@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-eb548cca-80a8-4ff8-9631-89667b4ffc3a",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F101.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65opgsyv009p",
      "createdAt": "2025-12-08T12:05:56.425Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "9d53225e107c6f03fdca57df5fe6ad1d",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1K,Gf~QfQ~QfQ~Qj@fQj@fQfQfQfQfQfQ~Qj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-2d072eec-ed3f-429e-b0e7-744843579d14",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F102.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65q2gsyv009q",
      "createdAt": "2025-12-08T12:05:56.474Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "c6c44e27f0bd59d2753cf3b085b87654",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1KF0f|+fQ|+fQ|+jufQjufQfQfQfQfQfQ|+jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-7529cab7-6f91-4947-978b-5a03b597194d",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F103.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65rggsyv009r",
      "createdAt": "2025-12-08T12:05:56.524Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "a0909b36211af2c0fc327f17c5fa9b4e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e32kRwkcfQkcfQkcfRfQfRfQfQfQfQfQfQkcfRfQfRfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-8ff42ef6-6bc4-46ba-b008-603b01f446e3",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F104.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65srgsyv009s",
      "createdAt": "2025-12-08T12:05:56.571Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "3ad7b10955370f731314c9bd6c882fd1",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2Lh$s_GfQ_GfQ_Gj@fQj@fQfQfQfQfQfQ_Gj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-e9a347d3-fbe6-4f03-8d1d-236c471fbc23",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F105.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65u6gsyv009t",
      "createdAt": "2025-12-08T12:05:56.622Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "50c1280e3cef1a5574b51d60f65fe305",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2MGZ%~PfQ~PfQ~Pj@fQj@fQfQfQfQfQfQ~Pj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-f8293008-93e5-4f09-97d4-d8c8d171a158",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F106.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65vjgsyv009u",
      "createdAt": "2025-12-08T12:05:56.671Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "fac3b4cb516db3e69dd2f9c46a20da37",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e19ia0xffQxffQxfjufQjufQfQfQfQfQfQxfjufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-483e9e6e-28b4-41a7-adb9-db6b913a3e40",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F107.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65wugsyv009v",
      "createdAt": "2025-12-08T12:05:56.718Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "68f868a70d9cca08c567dfa9ee41de08",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1Cg66,}fQ,}fQ,}jufQjufQfQfQfQfQfQ,}jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-78d9b25b-c45b-49a0-9ec3-9d3ef8b22a89",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F108.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65ydgsyv009w",
      "createdAt": "2025-12-08T12:05:56.773Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "99ba3c2e4c32e2ed80d31eed45489c37",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e02cyzqDfQqDfQqDfkfQfkfQfQfQfQfQfQqDfkfQfkfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-e3eba92f-bead-4efc-a1b5-a9fae7bb675f",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F109.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    },
    {
      "id": "ag0o65zpgsyv009x",
      "createdAt": "2025-12-08T12:05:56.821Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "449c9a1f16efd99bf8d27d7696c2debf",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1JrUF}sfQ}sfQ}sj[fQj[fQfQfQfQfQfQ}sj[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://misskey/files/webpublic-f5e8cb57-5ceb-4a75-8ac4-4684fe258ad5",
      "thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2F1010.png&static=1",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ag0msgbpgsyv0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/OK9DAzB-GFo",
  "clippedCount": 0
}