Harbinger is used for most of our backend it is like a mastermind of our cause!!! and can easily be reached at api.netsocial.app. It is an API used by Net Social to manage its main Services.

Base URL

The Base URL you will use to make requests with the API is api.netsocial.app.

Github Repos

Our API and other parts of our backend is at our Github Org.

API

View our API’s repo.

Nemesis

Nemesis is our image flagging system. In this docs we will also learn about how this works.

Authentication

All API endpoints are authenticated using Bearer tokens. These tokens are randomly generated and are assigned to the user when they login. These tokens are used for Posting, Liking etc.

  {
    "token": ""
  }