> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Paste

The `paste` event type corresponds to public text pastes found on paste sites such as *Pastebin*, *JustPaste.it*, *YamCode*, or similar sharing services.
These entries typically contain raw text dumps, links to leaked data, code snippets, or communication content,  sometimes referencing or re-hosting credential leaks.

```json Paste theme={null}
{
    "event_type": "paste",
    "data": {
        "url": "https://www.scribd.com/document/244878934/Final-Research",
        "title": "Final Research",
        "content": "a very long and passionate text",
        "actor": {
            "id": "Whydontweknowper",
            "name": "Marcelo"
        },
        "expires_at": "2023-01-01T00:00:00Z",
        "syntax": "python"
    },
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    }
}
```
