Authentication

You can interact with the API through HTTP requests. Our API uses API keys for authentication. Please visit https://platform.punya.ai and navigate to your app's page to retrieve the API key.

All API requests must include your API key in an Authorization HTTP header as follows:

Authorization: Bearer PUNYA_API_KEY

Last updated