My product will be about exposing social media platforms through a simple API, so they can integrate with other automation tools, such as zapier, integromat.
ex:
fetch("https://api.whatever.com/post", {
method: 'POST',
headers: {
"APIKEY": "xxx"
},
body: JSON.stringify({...