Authentication

How to Retrieve Your Docsumo API Key

To authenticate and make API requests with Docsumo, you’ll need your unique API key. Follow these steps to obtain it:

  1. Navigate to API Settings:
    Visit your Docsumo API settings page at:
    https://app.docsumo.com/settings/webhook-api/

    Docsumo API Settings Page

  2. Copy Your API Key:
    Click the copy button next to your API key to copy it to your clipboard.

  3. Use Your API Key in Requests:
    Paste the copied API key into the Authorization header or relevant field when making API requests to authenticate your application.

Note:
Keep your API key secure. Do not share it publicly or commit it to public repositories.