diff --git a/templates/zerver/api/index.md b/templates/zerver/api/index.md index b117d13cdc..f5677efbc1 100644 --- a/templates/zerver/api/index.md +++ b/templates/zerver/api/index.md @@ -16,6 +16,11 @@ guide should help you find the API you need: Zulip, you'll want to look at Zulip's [Python framework for interactive bots](/api/running-bots) or [Zulip's real-time events API](/api/get-events-from-queue). -* If you'd like to do something else, check out the full - [REST API](/api/rest), generally starting with - [installing the API client bindings](/api/installation-instructions). + +And if you still need to build your own integration with Zulip, check out +the full [REST API](/api/rest), generally starting with +[installing the API client bindings](/api/installation-instructions). + +In case you already know how you want to build your integration and you're +just looking for an API key, we've got you covered [here](/api/api-keys). +