> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> A quick overview of SuprSend API reference.

SuprSend API enables you to add a powerful notification engine to your product. SuprSend offers a complete set of features that allow you to send notifications reliably and at scale, while ensuring a positive end-user experience, thus eliminating the need to build a notification service in-house. We offer backend SDKs in popular programming languages.

<CardGroup cols={4}>
  <Card title="Java SDK" icon="java" iconType="solid" href="/docs/integrate-java-sdk" />

  <Card title="Python SDK" icon="python" iconType="solid" href="/docs/integrate-python-sdk" />

  <Card title="Node SDK" icon="node" iconType="solid" href="/docs/integrate-node-sdk" />

  <Card title="Go SDK" icon="golang" iconType="solid" href="/docs/integrate-go-sdk" />
</CardGroup>

If your backend system is programmed in any other language, you can use our REST-ful APIs to programmatically integrate with SuprSend notification engine.

### Postman collection

You can try out SuprSend APIs from our [Postman Collection.](https://www.postman.com/suprsend/workspace/suprsend/collection/27786422-d77a13c1-8f59-406d-9669-078a10d52521)

### CLI Reference

The SuprSend CLI provides a command-line interface for managing your SuprSend workspace, workflows, templates, and more. Install the CLI to streamline your development workflow and automate common tasks.

<CardGroup cols={2}>
  <Card title="Install CLI" icon="download" iconType="solid" href="/reference/cli-installation" />

  <Card title="Authentication" icon="key" iconType="solid" href="/reference/cli-authentication" />
</CardGroup>

If you are new to SuprSend, you can start by understanding the [Core Concepts](https://docs.suprsend.com/docs/templates) first.
