---
title: "Get File Content"
method: POST
path: "/slack/file-content"
---

# Get File Content

`POST /slack/file-content`

Get file content from Slack and return raw bytes with content type.

## Request body

- GetSlackFileContentRequest — Request model for getting file content from Slack.
  - `organization_id` string, required
  - `file_url` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
