> For the complete documentation index, see [llms.txt](https://newsleopard.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newsleopard.gitbook.io/help-center/features/surenotify-api/signup.md).

# 註冊並啟用 Surenotify

專為開發者設計，透過 API 大量發送 Email 與簡訊，輕鬆整合至任何系統。

## 步驟

1. 前往 <https://app.newsleopard.com/zh-TW/auth/signup>，填寫 Email 與密碼後送出註冊。
2. 至信箱收取驗證信，點擊驗證連結完成帳號確認。
3. 進入產品選擇頁面後，選擇 **Surenotify 工程師開發用** 點選「啟用」。

![產品選擇頁面](https://4127314495-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvDTOR6r3x23iQ0fZfaN%2Fuploads%2Fgit-blob-46af524228bf431cfb277e160588250d69c7b839%2Fsurenotify-api-signup-products.jpg?alt=media)

4. 填寫基本資料

   ![填寫基本資料](https://4127314495-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvDTOR6r3x23iQ0fZfaN%2Fuploads%2Fgit-blob-f53bf6bcfe764a58dde15a31af8922d3875d3f1b%2Fsurenotify-api-signup-info.png?alt=media)
5. 進到歡迎頁面 `https://sn.newsleopard.com/welcome`，依照指示取得測試 Key 並開始試用。

   ![歡迎頁面](https://4127314495-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvDTOR6r3x23iQ0fZfaN%2Fuploads%2Fgit-blob-748f2bda963b804ed70ab3b93a1ef762ea682e14%2Fsurenotify-api-signup-welcome.png?alt=media)
6. 取得測試 Key 之後，系統會顯示總覽頁面，付款成功後，會取得正式的 API Key。

   ![總覽頁面](https://4127314495-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsvDTOR6r3x23iQ0fZfaN%2Fuploads%2Fgit-blob-176a3a94c82afa4cca2785aae719aa0cc4f52400%2Fsurenotify-api-signup-dashboard.png?alt=media)

{% hint style="info" %}
**API 文件**

* 中文：<https://newsleopard.com/surenotify/api/v1/>
* 英文：<https://newsleopard.com/en/surenotify/api/v1/>
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://newsleopard.gitbook.io/help-center/features/surenotify-api/signup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
