← Back to Home

Developer Documentation

NexusSend is built for developers. Below you will find guides on integrating our API securely.

Authentication

We strictly adhere to OAuth 2.0 standards. You must initiate a login flow through Google, capture the `code` parameter, and send it to our `/auth/exchange` endpoint to securely map the token to your API key.

SDK Installation

npm install @nexussend/core
pip install nexussend-client