Micropub API Overview

Transmat supports the MicroPub API allowing the simple transfer of content such as posts, photos and check-ins between authoring and collection Apps into your content on transmat.io via your own blog/site.


Setup

To use transmat.io to collect content for your blog/site by the MicroPub API:

  1. In the settings/apps area of transmat.io add your domain into the field labeled “Allow micropub API for my domain” ‐ You should only do this if the domain is not shared with anyone else.

  2. Within the head of the HTML on your own blog/site add 3 links:
    <link rel="authorization_endpoint" href="https://indieauth.com/auth">
    <link rel="token_endpoint" href="https://transmat.io/indieauth/token">
    <link rel="micropub" href="https://transmat.io/{username} /micropub">
    Replace the text {username} with your transmat username
    1. You can change the access to your content at any time in settings/apps section of the site.

      Apps to try