Medium Post API Test


How to Test Medium API in Postman

  1. Open Postman.
  2. Create a new POST request.
  3. Enter the API endpoint: https://medium.suhail.app/medium.
  4. Go to the Body tab, select raw, and choose JSON format.
  5. Paste the following JSON payload:
    {
      "token": "YOUR_BEARER_TOKEN",
      "html": "

    Your Article Content

    ", "title": "Your Article Title" }
  6. Click Send and check the response.