📸 Instagram Post API

📬 Test with Postman

  1. Open Postman.
  2. Create a new POST request.
  3. Use endpoint: https://insta.suhail.app/insta
  4. Go to the Body tab → Select raw → Choose JSON.
  5. Paste this JSON:
    {
      "username": "YOUR INSTA USERNAME",
      "password": "YOUR INSTA PASSWORD",
      "caption": "INSTA CAPTION",
      "imageUrl": "IMAGE URL (.jpg)"
    }
              
  6. Click Send and observe the response.