Developer Portal

pehchaantech API

Documentation and reference for the pehchaantech API platform — authenticated, rate-limited access to our services through a single, secure gateway.

Get started

  1. Get an API key. Keys are issued by our team — contact your account manager to request one.
  2. Point at the gateway. Every endpoint is served under one base URL:
    https://api.pehchaantech.com
  3. Authenticate every request with your key in the X-API-Key header:
    curl https://api.pehchaantech.com/<path> \
      -H "X-API-Key: <your-key>"

APIs

Every API ships a downloadable Markdown copy of its reference — grab it from the card below, or from the button at the top of any doc page.