Like

This endpoint allow you to like a media

Like Media

POST https://api.nextpost.tech/like/:user/:mediaId

This endpoint allows you to like a media

Path Parameters

NameTypeDescription

mediaId

string

Media ID code of the target media. (Ex: CBHfHfbpp9g)

user

string

The username of the owner of the media

Headers

NameTypeDescription

Authorization

string

Bearer token you got in /auth

Request Body

NameTypeDescription

session

string

Session name (Instagram username)

{
  "status": "ok"
}

Last updated