I will try to see what I can get. Hopefully this will help…
Logos: https://www.minds.com/branding
API (?): https://github.com/Minds/engine/issues/14
Post 6 seems to indicate the json api.
UPD: For these who are interested:
Upload media through https://www.minds.com/api/v1/media as multipart/form-data. You get response as json with field guid containing ID of uploaded image to use in API below.
Post through https://www.minds.com/api/v1/newsfeed with json that allows following fields:
— wire_threshold – no idea what is that. In normal posts it is null.
— message – text content of your post
— is_rich – it seems to be a flag: 0/1. Not sure what exactly is that. In normal posts it is 0.
— title – Title of post? IN normal posts a empty field.
— description – Description of post? In normal posts a empty field.
— thumbnail – Well in normal posts empty.
— url – No idea what kind of url. Empty in normal posts.
— attachment_guid – ID of attachment from /media
— mature – Flag 0 or 1.
— access_id – Emm… not sure? In my posts it is 2.
Hopefully that helps? Thank you for your help!