---
title: "Generate Install Url"
method: POST
path: "/slack/install"
tags: ["Usage"]
---

# Generate Install Url

`POST /slack/install`

Generate a Slack OAuth authorization URL.

## Request body

- SlackInstallRequest — Generate an OAuth URL to install Nia's Slack app.
  - `redirect_uri` string, nullable — Custom OAuth redirect URI
  - `scopes` string[], nullable — Override default bot scopes

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/revisions/d216ffc3efb6/schema)
