Skip to main content

Artemis Link Graph Documentation

Your Artemis link graph is structured as follows:

    {
        "links": {
            "domain.example.com": {
                "/path": [
                    {"link": "link-from-domain.example.com/path", "title": "Document title"},
                    ...
                ]
            }
            ...
        },
        "bidirectional_links": {"source.example.com": ["target.example.com", ...], ...},
        "preferences": {
            "theme_color": "#ffffff",
        }
    }

Link protocols, fragments, and trailing slashes are stripped from links.