Nanogram Bot API
Make bots and other applications with Nanogram's Post API.
Authentication
Public: ApiKey
Find your KEY in settings on Nanogram.
POST: /post
const axios = require('axios')
axios.get('https://api.nanogram.ai/post', {
price: 0,
text: "Hello World",
}).then(() => {
console.log(res.data)
})
Response:
{
"userId": "997ba56",
"media": [],
"visibility": "public",
"body": "Hello World",
"price": 0,
"scheduled": false,
"location": false,
"id": "3e53cb57e95",
"created_at": 1675619731312
}
Reply To Post
Reply To Comment
Delete a Post
Support
- Email: support@nanogram.ai
- Twitter: @nanogramai