- Open Postman.
- Create a new POST request.
- Enter the API endpoint:
https://insta.suhail.app/insta
.
- Go to the Body tab, select raw, and choose JSON format.
- Paste the following JSON payload:
{
"username": "YOUR INSTA USERNAME",
"password": "YOUR INSTA PASSWORD",
"caption": "INSTA CAPTION",
"imageUrl": "IMAGE URL .jpg supported"
}
- Click Send and check the response.