Instagram Post API Test

Submit Post Using the Form

How to Test the API in Postman

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